X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=288776d03df5b4d0de5466e7c98b2b94ff3b843a;hb=0c26d1d9deae5e814fa5fbf6720b80f468d83499;hp=b4ac72d5330c99eff04f2733099a9e91530ceb32;hpb=9172cacc5ce2c8e36bf81ca0cede1179820edf8e;p=clsql.git diff --git a/ChangeLog b/ChangeLog index b4ac72d..288776d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,85 @@ +09 Jun 2005 Kevin Rosenberg + * clsql-mysql.asd: Renamed clsql/mysql interface library from + mysql to clsql_mysql + * clsql-uffi.asd: Renamed clsql/uffi interface library from + mysql to clsql_uffi + * uffi/clsql_uffi.c: Renamed from uffi.c + * db-mysql/clsql_mysql.c: Renamed from mysql.c + * db-mysql/Makefile, db-mysql/Makefile.msvc, db-mysql/mysql-loader.lisp: Rename shared library + * uffi/Makefile, uffi/Makefile.msvc, uffi/uffi-loader.lisp: Rename shared library + * db-*/*-loader.lisp: Commit big patch from Edi Weitz to remove + absolute pathnames when searching for foreign libraries. + foreign library loading. + +07 Jun 2005 Kevin Rosenberg + * Version 3.1.16 + * db-mysql/mysql-api.lisp: Commit patch from Espen Wiborn + to support UTF-8 on sbcl unicode. + +18 May 2005 Kevin Rosenberg + * Version 3.1.15 + * sql/time.lisp: Fix bug in roll that caused failure in test suite + +17 May 2005 Kevin Rosenberg + * Version 3.1.14 + * sql/oodml.lisp: Properly handle when db-writer is NIL + +11 May 2005 Kevin Rosenberg + * sql/expressions.lisp: Avoid using simple-string declaration when + a non-simple string may be encountered. [issue noted by + will@cesmail.net] Add a simple-string declaration for a local + string generated. + +06 May 2005 Kevin Rosenberg + * sql/oodml.lisp: Change db-writer and db-reader processing to accept + a symbol as well as function to serve as a function designator + [issue noted by will@cesmail.net] + +05 May 2005 Kevin Rosenberg + * Version 3.1.13 + * sql/time.lisp: Fix error in submitted patch which caused error + in timestrings with 19 or less characters. + +27 Apr 2005 Kevin Rosenberg + * Version 3.1.12 + * db-postgresql-socket/postgresql-api.lisp: Commit patch from Tim Howe + to fix read-socket-sequence on non-sb-unicode sbcl. + +26 Apr 2005 Kevin Rosenberg + * Version 3.1.12 + * sql/time.lisp: Commit patch from Daniel Lowe which adds support + for fractional seconds which is required by PostgreSQL + * db-postgresql/postgresql-loader.lisp: Add library path for Windows + +25 Apr 2005 Kevin Rosenberg + * sql/csql.lisp: Update URL for "SQL for Web Dummies" [Sean Champ] + +24 Apr 2005 Kevin Rosenberg + * Version 3.1.11 + * 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]