One typo. In Rows.__getslice__(), there is a "seld.db" which should be "self.db".
By the way, one of my app relied on Rows._db is broken now, but not a big deal, I can adjust it to use Rows.db instead. I know all Class._foo naming convention indicates it is an internal variable so no backward compatibility is guarantted. On Nov5, 12:39am, mdipierro <[email protected]> wrote: > Includes: > > Some bug fixes > French translation, thanks Olivier > A complete rewrite or the Rows object that make web2py faster and > smaller > DALStorage is renamed Row > Now you can call web DAL form any Python program > > from gluon.sql import DAL, Field > db=DAL('sqlite://storage',folder='/path/to/databases/folder/') > db.define_table(....) > etc. etc. > > You can also use the template language from any Python program > > from gluon.template import render > print render(content="{{=x}}", context=dict(x='hello world')) > > Please report any bug. > > Massimo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

