X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=ChangeLog;h=a61f47d15fe32ee896b40b0c4d900fb36df09d38;hp=96a2fc8aefb98401bc9362bfb79171138d03a496;hb=d10a3ac8045f8ed50756850d3d75f62dbc6f93cd;hpb=b0b0c67955ef0ec3f6a4708b79abe86d53359092 diff --git a/ChangeLog b/ChangeLog index 96a2fc8..a61f47d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +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. + * 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 + test framework. + * doc/appendix.xml: added :connection-string to the information on + 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