]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Allow kwargs to be passed through update()
authorAmir Sadoughi <amir.sadoughi@gmail.com>
Fri, 20 Mar 2015 05:18:09 +0000 (00:18 -0500)
committerAmir Sadoughi <amir.sadoughi@gmail.com>
Fri, 20 Mar 2015 22:04:29 +0000 (17:04 -0500)
commit3365a4f78ed54fc0c242c01a3f58e87b1518d68d
tree21b7cd5e76adeb8452e3ae768c294993a2b28a40
parent422fca43f8af1bfba0c2a2d24aa2eca7fc3bd558
Allow kwargs to be passed through update()

This is useful to be able to pass in mysql_limit=1 from using the
ORM.
lib/sqlalchemy/orm/persistence.py
lib/sqlalchemy/orm/query.py
test/orm/test_update_delete.py