This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author oinopion
Recipients
Date 2007-06-07.21:36:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I and my team are building sqlite3 app and when used on Windows XP on Python 2.5.1 we get such an error:
 File "D:\studia\!bazy_projekt\svn2\src\muzzyk.py", line 39, in __init__
    cur.executescript(scheme)
OperationalError: near "NOT": syntax error
while parsing http://muzzyk.googlecode.com/svn/trunk/src/scheme.sql
Bug is about those triggers at the end of file.

On linux or with pysqlite2 imported instead of sqlite3 everything is OK.

History
Date User Action Args
2007-08-23 14:54:42adminlinkissue1733085 messages
2007-08-23 14:54:42admincreate