summaryrefslogtreecommitdiff
path: root/test/dialect/test_postgresql.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-03-16 20:58:46 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2010-03-16 20:58:46 -0400
commit55367ac4a26dbc3c0e57783c3964cd5c42647a35 (patch)
tree9816d2cfc0159a6abd2a472572af3fd0e31f2a29 /test/dialect/test_postgresql.py
parent811ece13974504685e1e2add7c91b2b88d213322 (diff)
downloadsqlalchemy-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