X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-oracle%2Foracle-sql.lisp;h=222e030c9b41881c05edfb5276d0327044a8a3f8;hp=119a669f6db1c744dc282e96195c74ad884eb757;hb=fc6e46a000589bffc1a1b69cb3fe13bcbaade59b;hpb=d4bb1303dea9ba6734b86abc34e904edb3e36f6f diff --git a/db-oracle/oracle-sql.lisp b/db-oracle/oracle-sql.lisp index 119a669..222e030 100644 --- a/db-oracle/oracle-sql.lisp +++ b/db-oracle/oracle-sql.lisp @@ -397,11 +397,7 @@ the length of that format.") (#.SQLT-INT (ecase (cd-sizeof cd) (4 - (uffi:deref-array b '(:array :int) irow)) - (8 - (deref-oci-int64 b irow)) - (16 - (deref-oci-int128 b irow)))) + (uffi:deref-array b '(:array :int) irow)))) (#.SQLT-DATE (deref-oci-string b irow (cd-sizeof cd)))))))) (when (and (eq :string (cd-result-type cd))