Menu

WebPython 0.6.2 Released

With this release, the database layer has been significantly modularized and overhauled; database-engine specific classes now inherit from common base classes.

New in this release is the VirtualTable object, with gives developers an immutable, searchable, table-like object on the application level. Eventually, all database access calls will return VirtualTables, but not yet.

Posted by Collin 2005-10-26

Log in to post a comment.