Thanks for the suggestion! The 'id' field looks like a smart solution. But there seem to be a problem -- This line creates an error when I add the 'id' field and 'migrate=False' to the day table: records = db().select(db.day.ALL, orderby=db.day.thedate) Any ideas?
On Jan 4, 4:03 am, Fabiano <fabianoeng...@gmail.com> wrote: > What stops you from using 'id' field?