diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-10-20 16:59:56 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-10-20 16:59:56 -0400 |
commit | 4663ec98b226a7d495846f0d89c646110705bb30 (patch) | |
tree | f9eaab0e77a2aced7fce73014661cb8f757060e7 /lib/sqlalchemy/sql/default_comparator.py | |
parent | 0b0764b62ba87bdec41d0fc86618f3779cb4e3f0 (diff) | |
download | sqlalchemy-4663ec98b226a7d495846f0d89c646110705bb30.tar.gz |
- The typing system now handles the task of rendering "literal bind" values,
e.g. values that are normally bound parameters but due to context must
be rendered as strings, typically within DDL constructs such as
CHECK constraints and indexes (note that "literal bind" values
become used by DDL as of :ticket:`2742`). A new method
:meth:`.TypeEngine.literal_processor` serves as the base, and
:meth:`.TypeDecorator.process_literal_param` is added to allow wrapping
of a native literal rendering method. [ticket:2838]
- enhance _get_colparams so that we can send flags like literal_binds into
INSERT statements
- add support in PG for inspecting standard_conforming_strings
- add a new series of roundtrip tests based on INSERT of literal plus SELECT
for basic literal rendering in dialect suite
Diffstat (limited to 'lib/sqlalchemy/sql/default_comparator.py')
0 files changed, 0 insertions, 0 deletions