Re: Huge performance drop when using prepared statement
"Michael Dunn" <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
I have no answers for this, but I did test it and found the same behaviour (I had to change "import pysqlite ..." to "from sqlite3 import dbapi2 as sqlite", so I must be running a different version too). I'm very curious -- any ideas? Michael