715f93eb5444f7beb5eeb96938ce3164b9155043
[clsql.git] / NEWS
1 - Added optional field types specifier for queries to optimize query 
2 times, reduce garbage, reduce programmer effort to convert strings to 
3 numbers. By directly parsing integers (32 and 64 bits) and floats, the 
4 overhead of temporary strings is eliminated. A value of :auto 
5 specifies automatic numeric importing for applicable fields. 
6
7 - New test suite using XPTest
8
9 - Documentation improvements
10