X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=NEWS;h=a640d8d7d89f1b5529d7c592e611fcc16ad335e3;hp=debb2f94098d949161d0dc9e358459d4a2880b10;hb=fa4da6e40c8970a26c2b9fe8adb9a041ff39568d;hpb=fcd7e2fa0784a586e9c8f241761d38a622cbec28 diff --git a/NEWS b/NEWS index debb2f9..a640d8d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ -Added :types specifier to optimize querys with -integer (32 and 64 bit) and double field types. +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.b9.com + +Enjoy! + +Kevin Rosenberg + + +