Btw.
According to

python
import pysqlite2.dbapi2 as sqlite
print sqlite.version

He is running sqlite 2.0.5.
It works fine in 2.3.2.

I guess it is a bug which has been fixed.
Is there any way to make the code backwards compatible, or will I just
have to ask him to upgrade?

søn, 25 02 2007 kl. 22:16 +0100, skrev Thomas Dybdahl Ahle:
> Hi, I'm running a project using pysqlite for database support. It's
> awsome.
> Now I have a user who produces this warning: "Warning: You can only
> execute one statement at a time."
> At:
> con = sqlite.connect(path)
> cur = con.cursor()
> cur.execute(sql)
> I'm wondering if it can have something to do with multiple processes
> using the same database?
> I can't reproduce it my self, but then I haven't got a dural core
> processor.
> 
> Any ideas how to solve this?
> 
-- 
Med venlig hilsen,
Best regards,
Thomas


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to