r1686: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 27 Mar 2002 12:40:36 +0000 (12:40 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 27 Mar 2002 12:40:36 +0000 (12:40 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0ae042f5dd3d0fca82941e8ed216b3141ff8348b..715f93eb5444f7beb5eeb96938ce3164b9155043 100644 (file)
--- 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