Re: [Zope] commit problems psycopg

2010-08-23 Thread Peter Bengtsson
Most likely you have raise conditions that you don't notice but that the ZPsycopg2 adapter notices. Perhaps it's a ConflictError or a Unauthorized. Either start committing the data yourself (transaction.get().commit() will commit in Postgres too) You can also debug your problems by keeping a close

Re: [Zope] commit problems psycopg

2010-08-23 Thread robert rottermann
fyou probably need to commit the data ?? robert Am 23.08.2010 18:24, schrieb Richard Harley: >We have had a problem with postgresql 8.3 on a Windows server 2008. I >wonder whether there has been any other experiences like this. We have >connected to Potsgres from Zope via a Psycopg adap

[Zope] commit problems psycopg

2010-08-23 Thread Richard Harley
We have had a problem with postgresql 8.3 on a Windows server 2008. I wonder whether there has been any other experiences like this. We have connected to Potsgres from Zope via a Psycopg adapter and noticed that sometimes when data is inserted via a form in Zope, the data is available in