Re: insert failing without raising exception: postgresql, psycopg
| Newsgroups | gmane.comp.web.zope.database |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 22 Nov 2005 20:39:11 +0100 Dieter Maurer <[email protected]> wrote: > [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 > >