X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=8ee52db960c452b94d9c841dc954eb45f0cb68ec;hb=1ec37492dedf271a4a05b0e852693319e573b898;hp=a61f47d15fe32ee896b40b0c4d900fb36df09d38;hpb=d10a3ac8045f8ed50756850d3d75f62dbc6f93cd;p=clsql.git diff --git a/ChangeLog b/ChangeLog index a61f47d..8ee52db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,20 @@ +2012-03-28 Russ Tyndall + + * sql/sequences.lisp: [A Patch FROM 2011-07-28 changed sequences. + They were previously prefixed with _CLSQL_SEQ_ but are now + suffixed with _CLSQL_SEQ. This is likely to break existing + implementations using the default sequence names + + setting *old-sequence-names* to T, should force using the older + naming scheme + 2012-03-27 Ryan Davis * sql/expressions.lisp: Fixed bug with subqueries in the where clause of update-records and delete-records generating invalid - SQL. + SQL. Previously subselects in where clauses would not have enough + parentheses, for example: "WHERE Id IN SELECT foo_id FROM bar" + vs. "WHERE Id IN (SELECT foo_id FROM bar)" * tests/test-syntax.lisp: Added tests for using subqueries in the where clause in update-records and delete-records. Moved asserts in the test-output-sql/sql-ident-table function into the standard @@ -11,13 +23,6 @@ ODBC connection specs, and added example code connecting to ODBC databases. -2012-02-22 Nathan Bird - - * db-mysql/mysql-loader.lisp (*mysql-library-candidate-names*): If - running on a threaded lisp try loading libmysqlclient_r (the - threaded build) first. from - http://dev.mysql.com/doc/refman/5.1/en/threaded-clients.html - 2012-01-05 Nathan Bird * db-odbc/odbc-dbi.lisp: handle sql decimal type in the same way @@ -117,6 +122,14 @@ * test/: Better, more tests, better type coercion in tests and throughout (%get-int) + [edit 2012-03-28 - RT] + * sql/sequences.lisp: Sequences were previously prefixed with + _CLSQL_SEQ_ but are now suffixed with _CLSQL_SEQ. This is likely + to break existing implementations using the default sequence names + + setting *old-sequence-names* to T, should force using the older + naming scheme + 2011-07-16 Kevin Rosenberg * Version 5.4.0 release