X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-odbc%2Fodbc-dbi.lisp;h=4611cfe232aad6b728d12626b6eac3ea1d6d4f4d;hb=6828cb461404126aa0c334fe2b669d435304f73e;hp=86929d7806ccf502df78415fb84417fcdb99728e;hpb=3223e968d7001e7f778539b7f2a12111e1ab2fed;p=clsql.git diff --git a/db-odbc/odbc-dbi.lisp b/db-odbc/odbc-dbi.lisp index 86929d7..4611cfe 100644 --- a/db-odbc/odbc-dbi.lisp +++ b/db-odbc/odbc-dbi.lisp @@ -465,6 +465,11 @@ This makes the functions db-execute-command and db-query thread safe." (#.odbc::$SQL_C_SSHORT :short) (#.odbc::$SQL_C_STINYINT :short) (#.odbc::$SQL_C_SBIGINT #.odbc::$ODBC-BIG-TYPE) + (#.odbc::$SQL_C_TYPE_TIMESTAMP :time) + (#.odbc::$SQL_C_CHAR + (case (aref column-sql-types i) + (#.odbc::$SQL_NUMERIC :double) + (t t))) (t t))) (t t))))) query)