X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=5d538c30f1f21207c3dc27c4c74120001e0ae780;hb=fa8bab0b07d9aa9f1c546920971f41252434e285;hp=6a7e1af7851ca23bb61471b236ccf0dca3eeb055;hpb=5bfa219c5e3b387b9dd7c819441f0182ccb16dc8;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 6a7e1af..5d538c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,9 @@ -29 May 2004 Kevin Rosenberg +30 May 2004 Kevin Rosenberg + * Version 2.11.4: MySQL 4.1 now passes all tests * sql/package.lisp: Add API for prepared statments. - * sql/fdml.lisp: Change implicity flatp processing + * sql/fdml.lisp: Change implicit flatp processing for string map-query for greater CommonSQL conformance. - Add high-high API for prepared statements. Not complete. + Add high-high API for prepared statements. * tests/test-basic.lisp: Add test for map-query and single argument. * sql/transactions.lisp: Change name/semantics of @@ -11,6 +12,11 @@ prepared statements. * tests/test-internal.lisp: New file * sql/odbc-api.lisp: Update to using ODBC V3 protocol + * clsql-mysql.asd, clsql-uffi.asd: Remove check and Common Lisp + Controller invocation. + * db-mysql/mysql-api.lisp: Add support for MySQL 4.1 field structure + * sql/expressions.lisp: Avoid emitting double parenthesis when a + function contains a subselect. 27 May 2004 Kevin Rosenberg * Version 2.11.3