[Nasal-cvs] sqlitelib.c
Andy Ross
andy at plausible.org
Mon Oct 23 14:45:57 PDT 2006
Update of /home/nasal-cvs/nasal/src
In directory purr:/tmp/cvs-serv16855
Modified Files:
sqlitelib.c
Log Message:
Should bind as text by default, not blob. SQLite has a
not-quite-bug-or-design-flaw issue with comparing a blob to a string
-- it just can't, basically. Since text is more common, default to
that and force the user to use an explicit cast() call in their SQL.
More information about the nasal-cvs
mailing list