r9957: 2 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 2 Sep 2004 22:02:30 +0000 (22:02 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 2 Sep 2004 22:02:30 +0000 (22:02 +0000)
        * 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
db-odbc/odbc-ff-interface.lisp

index 1cf516b5968a3c8d30c1e0e59570b355aab81591..22528ccd2e81953232a365d502cdbf541464542e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
 02 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
 02 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 3.0.2 Release
        * TODO: Add note about ODBC on Windows
        * db-odbc/odbc-loader.lisp: Add /winnt/system32/ to
        search directories
        * 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 <m.t.pearce@city.ac.uk> 
        * examples/clsql-tutorial.lisp: added missing initarg for the COMPANYID
        
 02 Sep 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
        * examples/clsql-tutorial.lisp: added missing initarg for the COMPANYID
index 96c9c5187c411a11c63663b3734c567bf3c51521..ba3362e9b3e2c49690ad570f30605ece7bdc5a52 100644 (file)
      (*value :pointer-void)
      (szLength :int))
   :module "odbc"
      (*value :pointer-void)
      (szLength :int))
   :module "odbc"
-  :returning :int)
+  :returning :short)
 
 (def-function "SQLTables"
     ((hstmt :pointer-void)
 
 (def-function "SQLTables"
     ((hstmt :pointer-void)