X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=ab3d225ff0817fa8070247e27f37a940bc4526b9;hb=0552f13103c22d88659c2bae184179bbe2cd0cf3;hp=080c257dff12918fdcbe7000bdb881ae75f283d6;hpb=e2c86e8c664d8b3ecfd215843a9a1fbf5fa83693;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 080c257..ab3d225 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,35 @@ +08 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) + * Version 2.4.0 released: All tests for clsql-classic now finish + correctly on Allegro, Lispworks, CMUCL, SBCL, OpenMCL for + mysql and postgresql backends. postgresql-socket backend + passes all tests for Allegro, Lispworks, CMUCL, and SBCL. + * db-mysql/mysql-sql.lisp: Fix array dereferencing + * classic-tests/tests.lisp: Fix package name of + number-to-sql-string. + * clsql.asd/clsql-tests.asd: Add support for asdf:test-op + * db-sqlite/sqlite-api-uffi.lisp: Fix type UFFI usage + found by testing on OpenMCL + * db-postgresql-socket/postgresql-socket-api.list: Ported to + SBCL + * multiple: Finish renaming of :types keyword to :result-types for + greater CommonSQL compatibility, including documentation + * sql/basic-cmds.lisp: Remove obsolete file + +08 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) + * Version 2.3.3 released + * Fixes for sequences on mysql and sqlite [Marcus Pearce] + * Fixes for uffi sqlite backend [Aurelio Bignoli / Kevin Rosenberg] + * Fix for schema table [Marcus Pearce] + * Add loop extension support for SBCL [Marcus Pearce] + +06 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) + * db-*/*-sql.lisp: Ensure that expr in + database-query-result-set is a string + 06 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) * With for Marcus Pearce's excellent work, I've merged - his clsql-usql port into the code base. Added the USQL - documentation to the XML documentation. - * The CLSQL and CLSQL-USQL high-level interfaces can now - both be loaded and imported into the same package. + his clsql-usql port into clsql. The original clsql + interface is available in the clsql-classic package. 02 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) * Integrate patch from Marcus Pearce