r9522: * sql/odbc-api.lisp: Update to using ODBC V3 protocol
[clsql.git] / ChangeLog
index 4c774340e26962a4f6dea7c4a4d8cc8fd6c3bce3..6a7e1af7851ca23bb61471b236ccf0dca3eeb055 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,28 @@
+29 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
+       * sql/package.lisp: Add API for prepared statments.
+       * sql/fdml.lisp: Change implicity flatp processing
+       for string map-query for greater CommonSQL conformance.
+       Add high-high API for prepared statements. Not complete.
+       * tests/test-basic.lisp: Add test for map-query and
+       single argument.
+       * sql/transactions.lisp: Change name/semantics of
+       autocommit to set-autocommit.
+       * sql/generic-postgresql.lisp: Add support for
+       prepared statements. 
+       * tests/test-internal.lisp: New file
+       * sql/odbc-api.lisp: Update to using ODBC V3 protocol
+       
 27 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 2.11.3
        * sql/ooddl.lisp: Commit patch from Edi Weitz fixing return
        type (setf slot-value-using-class)
+       * TODO: add not that need a test case for the above fix
        * db-sqlite: Remove clisp support since clisp can not run CLSQL
        with its MOP usage
        * db-oracle/oracle-sql.lisp: By default, use OCIEnvCreate as 
        introduced in Oracle8. Leave older code selectable by a reader macro
-       for Oracle7 and prior.
+       for Oracle7 and prior. Avoid use of OCIServerAttach since CLSQL
+       uses OCILogon and does not the more complex session management.
        
 26 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
        * sql/oodml.lisp: Commit universal-time typo patch from Edi Weitz