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 jftuga
Recipients ghaering, jftuga
Date 2012-08-21.14:41:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345560061.94.0.312266049662.issue15754@psf.upfronthosting.co.za>
In-reply-to
Content
When I run this under Windows 7:

Platform : CPython 3.3.0b2
SQLite   : 3.7.12

Traceback (most recent call last):
  File "C:bug.py", line 34, in <module>
    c.execute(query, ("2012-18-20", ) )
sqlite3.IntegrityError: constraint failed
History
Date User Action Args
2012-08-21 14:41:02jftugasetrecipients: + jftuga, ghaering
2012-08-21 14:41:01jftugasetmessageid: <1345560061.94.0.312266049662.issue15754@psf.upfronthosting.co.za>
2012-08-21 14:41:01jftugalinkissue15754 messages
2012-08-21 14:41:01jftugacreate