X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=ChangeLog;h=8dffcbfde67862866db4b96a7604bc2d23889166;hp=ebcf9269e7124b95fdffc3b9b94c21f7db0565e2;hb=daa416b0cddb7d18a9bc4c85988203aad4429ad6;hpb=243188d5a588c42c3882846ab373d055da7a22e3 diff --git a/ChangeLog b/ChangeLog index ebcf926..8dffcbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +21 Apr 2005 Kevin Rosenberg + * sql/syntax: Commit patch from Alan Shields to supress reader + macros when *read-supress* is T. + +13 Apr 2005 Kevin Rosenberg + * Version 3.1.10 + * db-postgresql-socket/postgresql-socket-api.lisp: Commit patch + from Janis Dzerins to support unicode on SBCL + * sql/syntax: Commit patch from Alan Shields to improve reporting + of invalid syntax statements. + +06 Apr 2005 Kevin Rosenberg + * Version 3.1.9 + * db-mysql/mysql-sql.lisp: Add port to connection specification + based on patch from Dave Watson + * doc/appendix.xml: Document MySQL port parameter to connection spec + +03 Apr 2005 Kevin Rosenberg + * Version 3.1.8 + * sql/time.lisp: Patch from Keith James for parsing ISO-8601 timestamps + +18 Mar 2005 Kevin Rosenberg + * sql/oodml.lisp: Add missing database argument [Patch from + Alan Caulkins] + +03 Mar 2005 Kevin Rosenberg + * sql/oodml.lisp: Improve database priority in + update-records-from-instance [Patch from Walter C. Pelissero] + +17 Feb 2005 Kevin Rosenberg + * Version 3.1.7 + * sql/package.lisp: Export database-reconnect from clsql-sys + +08 Feb 2005 Kevin Rosenberg + * sql/oodml.lisp: Use explicit database in fault-join-target-slot + [Patch from Walter Pelissero] + +29 Jan 2005 Kevin Rosenberg + * db-postgresql/postgresql-loader.lisp: Add additional + directories to Fink on darwin [patch from Cyrus Harmon]. + +29 Jan 2005 Kevin Rosenberg + * Version 3.1.6 + * sql/oodml.lisp: Clear view instance cache when delete-instance-records + is invoked [suggested by Alan Shutko]. + * uffi/clsql-uffi-loader.lisp: Improvements for loading with SBCL X86-64 + * sql/metaclasses.lisp: Don't change case of a :base-table string supplied + to def-view-class [fix suggested by Fred Gilham]. + 25 Jan 2005 Kevin Rosenberg * tests/*.lisp: Change Vladamir to Vladimir per Cyrus Harmon's suggestion.