From f3c9127216b9fbea4f49ec6f9316929da64bf177 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 2 Sep 2004 22:02:30 +0000 Subject: [PATCH] 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 --- ChangeLog | 3 +++ db-odbc/odbc-ff-interface.lisp | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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) -- 2.34.1