From: Kevin M. Rosenberg Date: Wed, 27 Mar 2002 12:40:36 +0000 (+0000) Subject: r1686: *** empty log message *** X-Git-Tag: v3.8.6~1190 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=44d9a69c322a7b59680b4a291a8fbaaae9b47413 r1686: *** empty log message *** --- diff --git a/NEWS b/NEWS index 0ae042f..715f93e 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ -- Added optional field types specifier for queries -to optimize query times, reduce garbage, reduce -programmer effort to convert strings to numbers. +- 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