[DB-SIG] SQLObject 1.2.0

2011-11-20 Thread Oleg Broytman
Hello! I'm pleased to announce version 1.2.0, the first stable release of branch 1.2 of SQLObject. What is SQLObject = SQLObject is an object-relational mapper. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant to be eas

Re: [DB-SIG] conn.close() idempotence

2011-11-20 Thread James William Pye
On Oct 18, 2011, at 10:36 PM, Michael Bayer wrote: > I'm +1 for close() on a closed connection being harmless. rollback() already > has this behavior, as the spec specifies "rolls back the start of any pending > transaction", thus allowing for no activity if no transaction is present. yep.. +1