From 4548dab1234ab33db07006607c886476d0889829 Mon Sep 17 00:00:00 2001 From: Nathan Bird Date: Mon, 20 Jun 2011 15:48:38 -0400 Subject: [PATCH] Adding ChangeLog entry for changes in development since 5.3.4 --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index d89b2ab..57f93ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,17 @@ 2011-06-20 Nathan Bird + + * sql/time.lisp: Handle parsing already parsed objects. + * sql/oodml.lisp: raise exception if we generate an update with no + where clause; incorporate Ryszard Szopa's patch for functional + expressions in :order-by + * sql/expressions.lisp: (listify nil) => nil instead of (nil). + * db-odbc/: bugfixes for working with older versions of FreeTDS; + support for bigints that works on mssql and postgres + * MSSQL improvements: use top instead of limit, IDENTITY can be a + column constraint, clsql:date becomes 'smalldatetime' + +2011-06-20 Nathan Bird + * Version 5.3.4 * db-postgresql-socket/postgresql-socket-api.lisp: Addendum to Otto Diesenbacher's patch that had a spurious write a 0 -- 2.34.1