From: Russ Tyndall Date: Mon, 12 Sep 2011 17:48:12 +0000 (-0400) Subject: added changelog entry describing previous bug fix X-Git-Tag: v6.0.1~1 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=fd9939b70a3471dc26dff486d76dab5d2420fdaf added changelog entry describing previous bug fix --- diff --git a/ChangeLog b/ChangeLog index 92dae27..ae9680c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-09-12 Russ Tyndall + * sql/fddl.lisp sql/generic-postgres.lisp db-mysql/mysql-sql.lisp + sql/generic-odbc.lisp sql/odbc-api.lisp sql/odbc-dbi.lisp + + Fix bugs in list-attribute(s|-types) where passing an escaped, + instead of unescaped column name, caused these functions to return + less data than they should have. + 2011-08-03 Kevin Rosenberg * CLSQL 6.0.0 released