[SQLObject] Problems with transaction-objects' persistence

2006-01-31 Thread Franz Pletz
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

[SQLObject] change connection on SO instance

2006-01-31 Thread Alan Franzoni
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