|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re: SQLite and large number of parametersby moritz (Cardinal) |
| on Dec 10, 2012 at 11:53 UTC ( #1008090=note: print w/ replies, xml ) | Need Help?? |
|
Not sure if it's faster, but you could always try not using placeholders:
If you can't be sure that they are all integers, be sure to map then through $dbh->quote first.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||