[SQLObject] one database, two processes
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Ksenia M. <kse...@gm...> - 2004-11-13 09:44:37
|
Hi, Some time ago I had a problem with psycopg and Quixote - the database changes made by one Quixote process were not visible to the other one. I solved it by using connection.commit() after each SELECT statement. Now I'm facing the same problem with SQLObject (using psycopg driver). Before digging into the driver code, I wanted to ask -- am I correct that there is no commit() after select? Is there a simple way to implement it? Thanks! -- Ksenia |