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
Hello, I need changing the connection on existing SO instances, mostly to
use transactions. If I do something like this:
SOinst._connection = transaction
Do I break anything? Or is there any risk the _connection attribute won't
be available anymore in future SO releases?
It seems to work, and th