X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-oracle%2Foracle-sql.lisp;h=b0f5457417af9918874c9a138a4d830604d05bce;hp=87d1137ff910b29505c79c7fef7f83851224152d;hb=2a0e0fdaa59c9b431bad7ef35cab891f831a9d3b;hpb=581e3910304b4054f41b0cb41105b03519af63b1 diff --git a/db-oracle/oracle-sql.lisp b/db-oracle/oracle-sql.lisp index 87d1137..b0f5457 100644 --- a/db-oracle/oracle-sql.lisp +++ b/db-oracle/oracle-sql.lisp @@ -366,9 +366,9 @@ the length of that format.") ;; STREAM which has no more data, and QC is not a STREAM, we signal ;; DBI-ERROR instead. -(uffi:def-type short-array (:array :short nil)) -(uffi:def-type int-array (:array :int nil)) -(uffi:def-type double-array (:array :double nil)) +(uffi:def-type short-array (* :short)) +(uffi:def-type int-array (* :int)) +(uffi:def-type double-array (* :double)) (uffi:def-type int-pointer (* :int)) (uffi:def-type double-pointer (* :double))