]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
using executemany instead of executedirect, which passes more tests than with plain...
authorBrad Allen <bradallen137@gmail.com>
Mon, 15 Mar 2010 17:39:03 +0000 (11:39 -0600)
committerBrad Allen <bradallen137@gmail.com>
Mon, 15 Mar 2010 17:39:03 +0000 (11:39 -0600)
commit96209a12486df72ab0b2285441de8505489e26b3
treeda1348493a42f00abb53bd3c60076ce735c82940
parent0b93f88d2c199737f8d1202bb95240fed122b531
using executemany instead of executedirect, which passes more tests than with plain execute. Later we need to define logic to determine when to call the normal execute.
lib/sqlalchemy/connectors/mxodbc.py