X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=ChangeLog;h=a7ce8d0772ccb7d8e9e71d9e39937b9708150049;hp=7d40812a2ab57f6b992e83ce4c7ce13cdb8d2841;hb=d0b59237966d6fbc27adcbbae11fa85087ea122d;hpb=bb245c9d1616927d1302f3f36d3ebbf6a0dd662d diff --git a/ChangeLog b/ChangeLog index 7d40812..a7ce8d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +22 May 2004 Kevin Rosenberg + * Version 2.10.21 released + * sql/classes.lisp: honor case of string tables when outputting queries + +22 May 2004 Kevin Rosenberg + * Version 2.10.20 released: Oracle backend now fails 6 out of 200 tests + * TODO: Added 2 variances from CommonSQL. Add tests for owner phrases + and string identifiers with non-default case + * sql/table.lisp: Don't convert string table name to a symbol. + * sql/classes.lisp: Honor case of string identifiers + * 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 + 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.