Re: insert failing without raising exception: postgresql, psycopg
Dieter Maurer <[email protected]>
| Newsgroups | gmane.comp.web.zope.database |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote at 2005-11-22 03:27 -0800: >Problem: > Database inserts that worked previously are now failing, > without raising exceptions! I expect that something in your application catches exceptions. To verify this, I would add logging to "ZPsycopgDA" (indeed, I did in our version of it) and look at the logs. -- Dieter