Minor typo: section 2.0 "Type Affinity" of

    http://www.sqlite.org/datatype3.html

says, in the third paragraph after the bullet list,

    Hence, the string '3.0e+5' is stored in a column with NUMERIC
    affinity as the integer 30000, not as the floating point value
    300000.0.

I think this should read

    Hence, the string '3.0e+5' is stored in a column with NUMERIC
    affinity as the integer 300000, not as the floating point value
    300000.0.

(the integer '30000' should be '300000').
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to