X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=ChangeLog;h=6eaaf80acb03e3e8a757ae0205e2e4206e26353b;hp=711551d939aaedbab8581261ab1e8c78dd41795c;hb=31507a81fff1da3460625fbc07107de931907a8e;hpb=44cd3f817f6f59ffe495db4cf2b9ea4637a57f75 diff --git a/ChangeLog b/ChangeLog index 711551d..6eaaf80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,14 @@ -29 May 2004 Kevin Rosenberg +30 May 2004 Kevin Rosenberg + * db-postgresql/postgresl-sql.lisp: Avoid computing + result-types lisp when nil result-types. Return only + one value when field-types nil. + +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 @@ -10,6 +16,12 @@ * sql/generic-postgresql.lisp: Add support for 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