From: Kevin M. Rosenberg Date: Thu, 2 Sep 2004 22:02:30 +0000 (+0000) Subject: r9957: 2 Sep 2004 Kevin Rosenberg X-Git-Tag: v3.8.6~245 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=f3c9127216b9fbea4f49ec6f9316929da64bf177 r9957: 2 Sep 2004 Kevin Rosenberg * Version 3.0.2 Release * TODO: Add note about ODBC on Windows * db-odbc/odbc-loader.lisp: Add /winnt/system32/ to search directories * db-odbc/odbc-ff-interface.lisp: Change the return type of SQLSetEnvAttr to :short --- diff --git a/ChangeLog b/ChangeLog index 1cf516b..22528cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ 02 Sep 2004 Kevin Rosenberg + * Version 3.0.2 Release * TODO: Add note about ODBC on Windows * db-odbc/odbc-loader.lisp: Add /winnt/system32/ to search directories + * db-odbc/odbc-ff-interface.lisp: Change the return type + of SQLSetEnvAttr to :short 02 Sep 2004 Marcus Pearce * examples/clsql-tutorial.lisp: added missing initarg for the COMPANYID diff --git a/db-odbc/odbc-ff-interface.lisp b/db-odbc/odbc-ff-interface.lisp index 96c9c51..ba3362e 100644 --- a/db-odbc/odbc-ff-interface.lisp +++ b/db-odbc/odbc-ff-interface.lisp @@ -354,7 +354,7 @@ (*value :pointer-void) (szLength :int)) :module "odbc" - :returning :int) + :returning :short) (def-function "SQLTables" ((hstmt :pointer-void)