]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- RowProxy objects can be used in place of dictionary arguments
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Dec 2008 20:58:38 +0000 (20:58 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Dec 2008 20:58:38 +0000 (20:58 +0000)
commit7009653aa1c53d1f761501522d55617d3fdcc57c
tree159c2801acdfdd812ad82f8349be8e6f4ce0e1d9
parentd245397bd2ba562993f1c9b5880f1c818050585c
- RowProxy objects can be used in place of dictionary arguments
sent to connection.execute() and friends.  [ticket:935]
CHANGES
lib/sqlalchemy/engine/base.py
test/sql/query.py