On Mon, Dec 19, 2011 at 10:31 PM, romtek <[email protected]> wrote: > I've always thought that because SQLite didn't enforce data types, I could > do what I have in the example, and this has worked! So, is this a bug in > more recent versions of SQLite or an intended change that I am unaware of?
SQLite3 doesn't do automatic the type conversions that you expect. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

