X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=NEWS;h=715f93eb5444f7beb5eeb96938ce3164b9155043;hp=debb2f94098d949161d0dc9e358459d4a2880b10;hb=44d9a69c322a7b59680b4a291a8fbaaae9b47413;hpb=fcd7e2fa0784a586e9c8f241761d38a622cbec28 diff --git a/NEWS b/NEWS index debb2f9..715f93e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ -Added :types specifier to optimize querys with -integer (32 and 64 bit) and double field types. +- 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. + +- New test suite using XPTest + +- Documentation improvements