X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=9f7a7f58b28a9977f810576d352a3d2d9bc30de5;hb=1c1b8e0e9c08433f730352f4955d56feccca0488;hp=5743b754184fc5102d18e33ed527e2a6676fe935;hpb=aa707c93f55554dc5447c58f24e1b3ad4c01f0b9;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 5743b75..9f7a7f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,23 @@ +03 Dec 2004 Kevin Rosenberg + * db-mysql/mysql-api.lisp: Commit patch from Paul Werkowski + to fix structure name. + * sql/database.lisp: More specific error message with trying + to use a database value of NIL. + +11 Nov 2004 Kevin Rosenberg + * Version 3.1.1 + * sql/generic-postgresql.lisp: Commit patch from Chris Capel to + ignore columns which have been dropped. + * clsql-postgresql-socket.asd, db-postgresql-socket/postgresql-socket-package.lisp: + Use sb-md5 package on SBCL, recommended by Chris Capel + +09 Nov 2004 Kevin Rosenberg + * Version 3.1.0 released: New SQLite3 backend by Aurelio Bignoli + * doc/appendix.xml: Document SQLITE3 backend, patch by Aurelio Bignoli + * sql/operations.lisp: Add lower and upper SQL functions [Daniel Lowe]. + 08 Nov 2004 Kevin Rosenberg - * sql/expressions.lisp: Fix slot name [thanks to - Daniel Lowe] + * sql/expressions.lisp: Fix slot name [thanks to Daniel Lowe] 31 Oct 2004 Kevin Rosenberg * clsql-sqlite3, db-sqlite3/*: NEW BACKEND