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 chris.jerdonek, ghaering, jftuga, ned.deily, r.david.murray
Date 2012-08-21.23:42:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345592567.16.0.184373604026.issue15754@psf.upfronthosting.co.za>
In-reply-to
Content
Please close this ticket. This is not a bug.

As per cjerdonek's suggestion, defining a constraint as follows:

constraint my_name check (...)

returns the actual name of the constraint, when it fails:

sqlite3.IntegrityError: constraint my_name failed
History
Date User Action Args
2012-08-21 23:42:47jftugasetrecipients: + jftuga, ghaering, ned.deily, r.david.murray, chris.jerdonek
2012-08-21 23:42:47jftugasetmessageid: <1345592567.16.0.184373604026.issue15754@psf.upfronthosting.co.za>
2012-08-21 23:42:46jftugalinkissue15754 messages
2012-08-21 23:42:46jftugacreate