X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-oracle%2Foracle-api.lisp;h=377c3f3a9c943cee23bdfdaa9a56a1399e92615d;hb=11261eca2090842638d1b3b7c12b7cc1f6d58f09;hp=454011fafc5d81f97c63c4cbb8fab72264545c4f;hpb=0f707b093bdc29389f59db6e50441ac93f47b4b9;p=clsql.git diff --git a/db-oracle/oracle-api.lisp b/db-oracle/oracle-api.lisp index 454011f..377c3f3 100644 --- a/db-oracle/oracle-api.lisp +++ b/db-oracle/oracle-api.lisp @@ -132,11 +132,11 @@ (envhp :pointer-void) ; env (errhp :pointer-void) ; err (svchpp (* :pointer-void)) ; svc - (username :cstring) ; username + (username (* :unsigned-char)) ; username (uname-len ub4) ; - (passwd :cstring) ; passwd + (passwd (* :unsigned-char)) ; passwd (password-len ub4) ; - (dsn :cstring) ; datasource + (dsn (* :unsigned-char)) ; datasource (dsn-len ub4)) ; (def-oci-routine ("OCILogoff" oci-logoff) @@ -159,7 +159,7 @@ :int (stmtp :pointer-void) (errhp :pointer-void) - (stmt :cstring) + (stmt (* :unsigned-char)) (stmt_len ub4) (language ub4) (mode ub4))