X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=NEWS;fp=NEWS;h=d1e96f25f9eaca933445a72a760e3d1a5129078d;hp=0a101dea20e3248beb1a523ca0ed3691ecfd92b5;hb=5ed1f05543cbd24b3f2bb735f2cfc03ea85e51ec;hpb=e567409d9fff3f7231c2a0bb69b345e19de2b246 diff --git a/NEWS b/NEWS index 0a101de..d1e96f2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +Sep 14 2006 +----------- +Version 4.0.0 release with incompatible backward change: + - using ANSI mode for MySQL backend + - reducing case changes in SQL output for symbols which will have an effect + for users of mlisp (Allegro "Modern" Lisp) . + - Add support for generating quoted strings in SQL output when +specifying table names as strings rather than symbols. This may have +an effect on applications that use strings as table names and use +inconsistent case in the table names. Previously, those varying case +strings would be mapped to a canonical case unquoted SQL output. But +to accomodate users which need to specify case in table names, this +mapping has been removed. +See ChangeLog entry for details. + Dec 30 2006 ----------- Version 3.8.0 released with incompatible backward change. See