[web2py] Mistake in the web2py book

2012-08-07 Thread Remco K
Hi, I found a little mistake in the Web2Py-book but i dont know if this is the right place to report these things. Anyway: I was reading about using the scheduler when i saw this: completed_runs = db(db.scheduler_run.status='COMPLETED').select() Which gives the error: SyntaxError: keyword

[web2py] Mistake in the Web2Py book?

2012-07-07 Thread Remco K
Hi, I was reading about crud.archive in the online Web2Py book, when i noticed the following: auth.archive does not timestamp the stored record unless your original table has timestamp fields, for example: db.define_table('mytable', Field('created_on','datetime',