This website requires JavaScript.
Explore
Help
Register
Sign In
CCF_100
/
relational
Watch
1
Star
0
Fork
You've already forked relational
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
b987180d1c
relational
/
samples
/
ratings.csv
10 lines
56 B
Plaintext
Raw
Normal View
History
Unescape
Escape
- 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
2011-03-03 02:46:04 +07:00
id,rating
0,5.3
1,6
2,5.7
3,3.3
4,9.1
5,4.4
- Change from 0.12 to version 1.0 - Correct wrong float type in ratings.csv - Small correction in manpages - More complete debian changelog git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@275 014f5005-505e-4b48-8d0a-63407b615a7c
2011-03-04 06:38:00 +07:00
6,5.1
- 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
2011-03-03 02:46:04 +07:00
7,4.9