SQLite3 also needs to know the identifiers of schema elements at
statement prep time.  It might be nice to have a variant of
sqlite3_prepare_v2() that takes a varargs list of parameters which
must be identifiers, and then have a syntax for referring to
identifier parameters as opposed to value parameters.  But this would
just be a glorified (if safer) variant of sqlite3_mprintf() -- for
apps that allow users to manipulate the schema this could actually be
a good improvement.

Nico
--
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to