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 poq
Recipients Mark.Bucciarelli, ghaering, poq
Date 2011-09-17.21:26:43
SpamBayes Score 0.0020543628
Marked as misclassified No
Message-id <1316294804.26.0.141305331113.issue12997@psf.upfronthosting.co.za>
In-reply-to
Content
Works for me?

$ python2.7 t.py
Traceback (most recent call last):
  File "t.py", line 13, in <module>
    con.execute("insert into track (artist_id) values (1)")
sqlite3.IntegrityError: foreign key constraint failed
$ python3.2 t.py
Traceback (most recent call last):
  File "t.py", line 13, in <module>
    con.execute("insert into track (artist_id) values (1)")
sqlite3.IntegrityError: foreign key constraint failed
History
Date User Action Args
2011-09-17 21:26:44poqsetrecipients: + poq, ghaering, Mark.Bucciarelli
2011-09-17 21:26:44poqsetmessageid: <1316294804.26.0.141305331113.issue12997@psf.upfronthosting.co.za>
2011-09-17 21:26:43poqlinkissue12997 messages
2011-09-17 21:26:43poqcreate