Hello!
On Wed, Feb 01, 2006 at 12:06:43PM -0500, Justin Azoff wrote:
> Sounds familiar... I have to use the attached patch in order for
> transactions to work correctly. It was posted on the list but I'm not
> sure if it was ever applied.
>
> Without it, autocommit gets stuck turned off, and n
* Justin Azoff <[EMAIL PROTECTED]> [2006-02-01 12:06:43 -0500]:
>
> Sounds familiar... I have to use the attached patch in order for
> transactions to work correctly. It was posted on the list but I'm not
> sure if it was ever applied.
>
> Without it, autocommit gets stuck turned off, and new
On Wed, Feb 01, 2006 at 12:06:43PM -0500, Justin Azoff wrote:
> def _makeObsolete(self):
> self._obsolete = True
> +if self._dbConnection.autoCommit:
> +self._dbConnection._setAutoCommit(self._connection, 1)
> self._dbConnection.releaseConnection(self._con
Franz Pletz wrote:
Hello,
I'm currently using sqlobject (current svn) in conjunction with cherrypy
(also current svn) and postgresql 8.1 for a project where I experienced
some problems while using transactions with quite a few concurrent users.
Sounds familiar... I have to use the attached p
Hello,
I'm currently using sqlobject (current svn) in conjunction with cherrypy
(also current svn) and postgresql 8.1 for a project where I experienced
some problems while using transactions with quite a few concurrent users.
Basically, after committing a transaction it won't get cleared from
mem