Re: [pysqlite] [APSW 3.6.5-r1] Why does this INSERT fail?

Roger Binns <[email protected]> Sun, 04 Jan 2009 18:47:58 -0800
Newsgroups gmane.comp.python.db.pysqlite.user
Message-ID <[email protected]>
Fred wrote:
> My code/Python/APSW wasn't telling me that
> this was the cause.

APSW certainly should have been telling you.  There is lots of abuse in
the test suite to make sure of it :-)

Do you have some code that repeats the issue (including values) so that
I can add it to the test suite, and perhaps improve the error reporting.

Also if I recall correctly you were catching all exceptions and
swallowing them in order to log that they had happened.  If you add a
'raise' to the end of the except block then the exception would be
re-raised so you could see what happened.

Roger