I just discovered this sweet hidden improvement: >> db(db.mytable.id>1).select() <Rows (648)>
The Rows object now prints out the number of rows in the repr() function! That's so useful! Thanks everyone! --
I just discovered this sweet hidden improvement: >> db(db.mytable.id>1).select() <Rows (648)>
The Rows object now prints out the number of rows in the repr() function! That's so useful! Thanks everyone! --