correction the first returns what i want and the second returns all records but they are empty
Em 28 de julho de 2011 13:11, António Ramos <[email protected]> escreveu: > 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 >

