On 29 Jan 2014, at 10:19pm, Johnny <[email protected]> wrote:
> Now I'm using the sql browser to create a table column of type numeric > Boolean. No you're not. See section 1.1 of <http://www.sqlite.org/datatype3.html> If some application presents a boolean type to you and then it's being done inside that application, and any part of it that isn't working is the fault of that application, not SQLite. To check this out for yourself, inside your application do a SELECT mycolname, typeof(mycolname) FROM myTable Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

