diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-02-28 23:51:54 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-02-28 23:51:54 +0000 |
commit | a76927f584dab481383592645a2a471fed37ecf9 (patch) | |
tree | 1303912df863199b07bdbcf4a5ffd1abf63701d6 /lib/sqlalchemy/sql/compiler.py | |
parent | c366b7ec4fded0c8baabcdc6e6f15ecd81a4bf00 (diff) | |
download | sqlalchemy-a76927f584dab481383592645a2a471fed37ecf9.tar.gz |
- the execution sequence pulls all rowcount/last inserted ID
info from the cursor before commit() is called on the
DBAPI connection in an "autocommit" scenario. This helps
mxodbc with rowcount and is probably a good idea overall.
- cx_oracle wants list(), not tuple(), for empty execute.
- cleaned up plain SQL param handling
Diffstat (limited to 'lib/sqlalchemy/sql/compiler.py')
0 files changed, 0 insertions, 0 deletions