On 5/4/2013 9:40 AM, Stephan Beal wrote:
My assumption(!) is that :param in this example refers to 2 indexes:

   UPDATE foo set x=:param, y=:param ...

Your assumption is incorrect.

Maybe the problem is simply my understanding of how sqlite3 internally
references those. If it, e.g., internally replaces them both with "?1" then
i can see how it would work as-is.

Effectively, yes, that's pretty much what happens.
--
Igor Tandetnik

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

Reply via email to