[sqlite] Is additional Check Constraint info available?

2011-06-09 Thread Noah Hart
Assume that a table has several check restraints, such as a unique index and a foreign key. When inserting a row that violates more than one of the constraints, is there any way to tell which of the constraint would have been violated? Thanks, Noah Hart -- View this message in context:

Re: [sqlite] Is additional Check Constraint info available?

2011-06-09 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/09/2011 10:57 AM, Noah Hart wrote: there any way to tell which of the constraint would have been violated? No. Long known issue (since January 2006) with uninformative constraint failure messages: