SqlSoup documentation out of date

Issue #2157 resolved
Former user created an issue

Hi,

I noticed that the update() usage in /orm/extensions/sqlsoup.html is outdated:

db.loans.update(db.loans.book_id==2, book_id=1)

This doesn't work anymore. There may be more out-of-date code in there, I haven't checked.

Comments (1)

  1. Log in to comment