X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=3e164b6f8f14115c6f7588930647c07bfb143343;hb=805a41bcf71161ad719621108c6b7a499122bf15;hp=30f84de73fbabe09437df433587c55683bf2d1ea;hpb=7fe2be1c1362639b32fab48534f3dce614586ff4;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 30f84de..3e164b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +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, postgresql, and sqlite 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]