]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed argument passing to straight textual execute() on engine, connection.
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 13 Feb 2007 22:53:05 +0000 (22:53 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 13 Feb 2007 22:53:05 +0000 (22:53 +0000)
commite7aaeb28527d27814cb192e1ddc4af228a43d816
treeed36612431a3f845cb580f5b2d25e4398f44213e
parent238e8620ee2556d86ecd2ca6a430de990951d514
- fixed argument passing to straight textual execute() on engine, connection.
can handle *args or a list instance for positional, **kwargs or a dict instance
for named args, or a list of list or dicts to invoke executemany()
CHANGES
lib/sqlalchemy/engine/base.py
test/engine/alltests.py
test/engine/execute.py [new file with mode: 0644]