diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-03-16 20:58:46 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-03-16 20:58:46 -0400 |
commit | 55367ac4a26dbc3c0e57783c3964cd5c42647a35 (patch) | |
tree | 9816d2cfc0159a6abd2a472572af3fd0e31f2a29 /test/dialect/test_postgresql.py | |
parent | 811ece13974504685e1e2add7c91b2b88d213322 (diff) | |
download | sqlalchemy-55367ac4a26dbc3c0e57783c3964cd5c42647a35.tar.gz |
- mxodbc can use default execute() call
- modified SQLCompiler to support rendering of bind parameters as literal
inline strings for specific sections, if specified by the compiler
subclass, using either literal_binds=True passed to process() or any visit
method, or by setting to False the "binds_in_columns_clause" flag for SQL-92
compatible columns clauses.. The compiler subclass is responsible for
implementing the literal quoting function which should make use of the DBAPI's native
capabilities.
- SQLCompiler now passes **kw to most process() methods (should be all,
ideally) so that literal_binds is propagated.
- added some rudimentary tests for mxodbc.
Diffstat (limited to 'test/dialect/test_postgresql.py')
0 files changed, 0 insertions, 0 deletions