X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=8e01d8a2c9e9a256857b9d42fe838db526674ee8;hb=ab372582e10ae92944dff87630255773cff33728;hp=96a2fc8aefb98401bc9362bfb79171138d03a496;hpb=200e73473d48ee3b574484ecd6a38790ba4fc732;p=clsql.git 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