updated changelog
authorRyan Davis <ryan@acceleration.net>
Tue, 27 Mar 2012 20:18:23 +0000 (16:18 -0400)
committerRyan Davis <ryan@acceleration.net>
Tue, 27 Mar 2012 20:18:23 +0000 (16:18 -0400)
ChangeLog

index 96a2fc8aefb98401bc9362bfb79171138d03a496..a61f47d15fe32ee896b40b0c4d900fb36df09d38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2012-03-27  Ryan Davis  <ryan@acceleration.net>
+
+       * 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  <nathan@acceleration.net>
 
        * db-mysql/mysql-loader.lisp (*mysql-library-candidate-names*): If