X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=ab979b1e3942204df0643416c97540e96109149c;hb=dfddee2b4dcdd570ba35122076f35a1aa7516c89;hp=7d40812a2ab57f6b992e83ce4c7ce13cdb8d2841;hpb=bb245c9d1616927d1302f3f36d3ebbf6a0dd662d;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 7d40812..ab979b1 100644 --- 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.