r9433:
[clsql.git] / ChangeLog
index 38ae4f6587708f7db1eea0f358a86c2b0d6850d5..ab979b1e3942204df0643416c97540e96109149c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,12 @@
 22 May 2004 Kevin Rosenberg
+       * TODO: Added 2 variances from CommonSQL
+       * sql/table.lisp: Don't convert string table name to a symbol.
+       * sql/classes.lisp: Honor case of string identifiers
        * Oracle backend now fails 6 out of 200 tests
        * sql/sql.lisp: Ensure recyclebin is purged for oracle in 
        TRUNCATE-DATABASE
        * db-oracle/oracle-sql.lisp: Add sequence functions, fix use of
-       of owner phrases
+       of owner phrases. Obtain server and client versions.
        * db-oracle/oracle-objects.lisp: Fix type specifiers
        * tests/test-fddl.lisp: Allow :varchar2 and :number as data types
        * tests/test-init.lisp: Properly get username from Oracle connection-spec