I am surprised the second works at all. It should not. I will add a check in the code to raise an exception.
On Jul 28, 7:11 am, António Ramos <[email protected]> wrote: > hello > > why > db(db.table.id>1).select() is diferent from db.select(db.table.id>1) > > the first returns what i want, the second returns all > > thank you > António

