X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=NEWS;h=b69ad0003e8f0bc53eb5637ef6449996f2db9ec4;hp=715f93eb5444f7beb5eeb96938ce3164b9155043;hb=f67c4e2a4e5b8371a1b7c1629828999ff909f538;hpb=44d9a69c322a7b59680b4a291a8fbaaae9b47413 diff --git a/NEWS b/NEWS index 715f93e..b69ad00 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,47 @@ -- Added optional field types specifier for queries to optimize query -times, reduce garbage, reduce programmer effort to convert strings to -numbers. By directly parsing integers (32 and 64 bits) and floats, the -overhead of temporary strings is eliminated. A value of :auto -specifies automatic numeric importing for applicable fields. +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 +the ChangeLog entry for details. + + +Aug 3 2006 +---------- +CLSQL 3.0 has been released. The 3.0 release of CLSQL is a major +rewrite compared to version 2.0. New features include: + + - Full CommonSQL backward compatibility with native documentation while + retaining and adding many improvements beyond the CommonSQL + standard. + - Extensive (233 tests) regression suite + - Addition of ODBC and Oracle backends + +I wish to acknowledge Marcus Pearce's significant contribution to this +release. He has performed the initial port of Uncommonsql to CLSQL as +well as the initial regression suite and most of the new +documentation. He has contributed to many of the re-design decisions +and new code for CLSQL. + +CLSQL's home is http://clsql.kpe.io + +Enjoy! + +Kevin Rosenberg + -- New test suite using XPTest -- Documentation improvements