Re: [sqlite] Any way to get more information than "constraint failed" when a constraint fails?

2008-04-08 Thread Samuel Neff
Roger, Thanks for the link. Still no indication of status though.. is this something that may get improved in a future update of sqlite? I updated the ticket I reported to include a link to the older existing ticket. Best regards, Sam On Tue, Apr 8, 2008 at 6:16 PM, Roger Binns <[EMAIL PROT

Re: [sqlite] Any way to get more information than "constraint failed" when a constraint fails?

2008-04-08 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Samuel Neff wrote: > I first reported this when I started working with SQLite. > > http://www.sqlite.org/cvstrac/tktview?tn=2258 There was an earlier ticket with more details about why this happens: http://www.sqlite.org/cvstrac/tktview?tn=1648 R

[sqlite] Any way to get more information than "constraint failed" when a constraint fails?

2008-04-04 Thread Samuel Neff
Is there any way to get more information from SQLite when a constraint fails, particularly which field caused the constraint to fail? Ideally the error message should list the field name that caused the constraint to fail, the bad value, and even the constraint itself. This is what I get... Mic