r9433:
[clsql.git] / ChangeLog
index 7d40812a2ab57f6b992e83ce4c7ce13cdb8d2841..ab979b1e3942204df0643416c97540e96109149c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+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. 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
+       * TODO: Add that tests are needed for owner phrases
+       
 22 May 2004 Marcus Pearce (m.t.pearce@city.ac.uk) 
        * sql/generics.lisp: reworked docstrings. Remove generics for 
        ADD-TO-RELATION and REMOVE-FROM-RELATION.