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
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