added (*in-subselect* t) bindings around rendering out update/insert values
[clsql.git] / ChangeLog
index 677611e5c41a422b315e4bf9dc3d4f958937589e..891b8e66b98c8291f03fa8acb7c025bb717cf909 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
        about the current state of thread-safety in clsql. This should be
        incorporated into the main docs at some point.
 
+2012-04-25  Russ Tyndall <russ@acceleration.net>
+       * sql/expressions.lisp (output-sql): on rendering update/insert
+       expression values, ensure that *in-subselect* is bound to T
+       so that the values will be correctly paren delimited
+
 2012-04-24  Nathan Bird  <nathan@acceleration.net>
 
        * sql/expressions.lisp (output-sql): on mysql CREATE TABLE