From d10a3ac8045f8ed50756850d3d75f62dbc6f93cd Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Tue, 27 Mar 2012 16:18:23 -0400 Subject: [PATCH] updated changelog --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- 2.34.1