ORM tutorial mentions read, insert and delete, but not update

Issue #2942 resolved
Tom Tom created an issue

The tutorial at http://docs.sqlalchemy.org/en/rel_0_9/orm/tutorial.html explains how to a read, insert and delete query, but it doesn't explain how to update.

I think it would be very helpful to the new user of SQLAlchemy if the tutorial explains this.

Comments (6)

  1. Log in to comment