Re: [SQLObject] SQLObject 0.10.7

2009-09-21 Thread Oleg Broytmann
On Sun, Sep 20, 2009 at 06:35:53PM -0700, Daniel Fetchinson wrote: > Thanks Oleg! My application works without a problem with the new version. Thank you for the report! > By the way, am I right in saying that it is not entirely trivial to > determine which sqlobject is being used? If I import

Re: [SQLObject] SQLObject 0.10.7

2009-09-20 Thread Daniel Fetchinson
Thanks Oleg! My application works without a problem with the new version. By the way, am I right in saying that it is not entirely trivial to determine which sqlobject is being used? If I import sqlobject there is no sqlobject.version or sqlobject.__version__ but I think this would be a useful add

[SQLObject] SQLObject 0.10.7

2009-09-20 Thread Oleg Broytmann
Hello! I'm pleased to announce version 0.10.7, a minor bugfix release of 0.10 branch 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