From ab372582e10ae92944dff87630255773cff33728 Mon Sep 17 00:00:00 2001 From: Russ Tyndall Date: Mon, 26 Mar 2012 17:03:47 -0400 Subject: [PATCH] added change log entry for the last two patches --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.34.1