]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- slight tweak to raw execute() change to also support tuples,
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Apr 2007 18:08:51 +0000 (18:08 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Apr 2007 18:08:51 +0000 (18:08 +0000)
commit01683efe1d2ba1c663ac5d08416109fd16dd707d
treed89a2fadc88fe611ee7422a1f5d9c38c3eabdfce
parent030ef1f0ef37ccaebde06e58f22cd0de5a74c5d0
- slight tweak to raw execute() change to also support tuples,
not just lists [ticket:523]
CHANGES
lib/sqlalchemy/engine/base.py
test/engine/execute.py