> sqlite has a hard limit on the number of query parameters, of 999. This
> is set in headers which are not part of the public header file, and the
> runtime gives you the ability to lower the limit, but not exceed the
> hard limit. The maximum value in the Python sqlite3 module on Snow
> Leopard (and Lion as well, apparently) is not 999, but 500,000, and I
> can't figure out for the life of me how this is possible.

Define SQLITE_MAX_VARIABLE_NUMBER to the max you want when compiling the 
amalgamation code ...

---
()  ascii ribbon campaign against html e-mail
/\  www.asciiribbon.org



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

Reply via email to