Cariotoglou Mike <[email protected]> wrote: > Just an idea : > > Parameters bound via sql_bind... *should* have affinity, since they > are manifestly typed.
Affinity is determined and necessary conversions are encoded into the virtual machine by sqlite_prepare, before any parameters are bound. It has to be done this way, since it affects whether or not indexes can be used to implement the condition, and thus may dramatically alter the execution plan. Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

