[Sqlalchemy-tickets] [sqlalchemy] #2942: ORM tutorial mentions read, insert and delete, but not upd
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2014-02-07 10:59:34
|
#2942: ORM tutorial mentions read, insert and delete, but not update
-------------------------------------+-------------------------------------
Reporter: tomtomtom | Owner: zzzeek
Type: enhancement | Status: new
Priority: medium | Milestone:
Component: documentation | Severity: no triage selected
Keywords: documentation, update, | yet
query, tutorial | Progress State: awaiting triage
-------------------------------------+-------------------------------------
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.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2942>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|