On Fri, Feb 28, 2014 at 4:36 PM, L. Wood <[email protected]> wrote: > SQLite has the REAL data type: > > https://www.sqlite.org/datatype3.html > > Then why do we have SQLITE_FLOAT instead of SQLITE_REAL? All the other > data types (INTEGER, BLOB, TEXT, NULL) match with the SQLITE_ constants. > > Is this just a historical quirk that stuck, or something else? >
Historical quirk > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

