X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-oracle%2Foracle-sql.lisp;h=574c1e6621e0072b874c0295ae2e6e3ad5361958;hp=b4402db528262f6d3faf03910d55801d0793665d;hb=a194659ff405bed6fc42651d907f5ba76999bce3;hpb=3cf717eee40ce39ae7969fe046a53becadb117d7 diff --git a/db-oracle/oracle-sql.lisp b/db-oracle/oracle-sql.lisp index b4402db..574c1e6 100644 --- a/db-oracle/oracle-sql.lisp +++ b/db-oracle/oracle-sql.lisp @@ -930,6 +930,7 @@ the length of that format.") ) database :auto nil))) +;; FIXME: use lock (defmethod database-set-sequence-position (name position (database oracle-database)) (let* ((next (database-sequence-next name database)) (incr (- position next))) @@ -1022,7 +1023,8 @@ the length of that format.") list))) (defmethod clsql-sys:database-start-transaction ((database oracle-database)) - (call-next-method)) + (call-next-method) + ) ;;(with-slots (svchp errhp) database ;; (osucc (oci-trans-start (uffi:deref-pointer svchp)