X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=ef4b54b4db1a56d007ced00ba4b08a708558900f;hb=225c02af1ae1c9c6f0b6c29eaf8319d48caae89f;hp=6099d1164e4a82d78fa393e034efc380d52e2c90;hpb=5c67b804b62d2970685ebd8d28c88446457be975;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 6099d11..ef4b54b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,12 @@ * db-oracle/oracle-sql.lisp: Add declaration so that SBCL runs efficiently. * tests/test-init.lisp: capitalize odbc backend name in banner * CONTRIBUTORS: Add note about Marcus' excellent work - + * sql/oodml.lisp: Removed old stub function + * clsql.asd: Use module names in current package rather than keyword package + * db-oracle/oracle-sql.lisp: Don't trim trailing spaces. Prevent interrupts + in setting sequence position + * tests/test-init.lisp: Skip 2 tests on Oracle which have unsupported syntax + 24 May 2004: Marcus Pearce (m.t.pearce@city.ac.uk) * db-postgresql-socket/postgresql-socket-sql.lisp: replace CLSQL-SIMPLE-WARNING with SQL-WARNING.