From: Russ Tyndall Date: Mon, 26 Mar 2012 21:03:47 +0000 (-0400) Subject: added change log entry for the last two patches X-Git-Tag: v6.1.1~7^2 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=ab372582e10ae92944dff87630255773cff33728 added change log entry for the last two patches --- diff --git a/ChangeLog b/ChangeLog index 96a2fc8..8e01d8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2012-03-25 Ryan Davis + + * sql/expressions.lisp: + + Fixed bugs related to outputting where clauses in delete/updates + using sql syntax. Previously subselects and where clauses without + data (such as an empty or clause or and clause) would cause + failures. + 2012-02-22 Nathan Bird * db-mysql/mysql-loader.lisp (*mysql-library-candidate-names*): If