From: Ian B. <ia...@co...> - 2003-11-12 17:31:18
|
SQLObject 0.5.1 is up. This includes mostly minor bugfixes. From News.txt: Interface Changes ----------------- * Select results no longer have a __len__ method (i.e., you can't do ``len(Person.select(Person.q.firstName=='Bob'))``). There is now a ``.count()`` method instead. ``__len__`` gets called implicitly in several circumstances, like ``list()``, which causes potentially expensive queries to ``COUNT(*)``. Bugs ---- * Objects retrieved from a join now respect the transaction context of the original instance. * ``.select().reversed()`` works. -- Ian Bicking | ia...@co... | http://blog.ianbicking.org |