- Float type recognition is more robust, now handled using a regexp

- Date type recognition is more robust, now using a combination of regexp plus date object
- Parsing of strings representing dates is now cached, eliminating the need for double parse



git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@270 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2011-03-03 08:46:04 +00:00
parent ba564b55d3
commit 3b0392e867
5 changed files with 75 additions and 52 deletions

View File

@@ -12,6 +12,9 @@
- Module parallel does something, can execute queries in parallel
- Set hash method for the classes
- Implemented select_union_intersect_subtract general optimization
- Float type recognition is more robust, now handled using a regexp
- Date type recognition is more robust, now using a combination of regexp plus date object
- Parsing of strings representing dates is now cached, eliminating the need for double parse
0.11
- Font is set only on windows (Rev 206)