]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Back-ported the "compiler" extension from SQLA 0.6. This rel_0_5_4
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 May 2009 22:58:21 +0000 (22:58 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 May 2009 22:58:21 +0000 (22:58 +0000)
commitd7e531ce9f0def1f08d78b3a7a7d6f268c5eb0bb
tree4c5484051bc323bf20a3ad6b1b9a87bbed478d36
parentd1d3c1ad930e5bbccb081f69be570479c3512ef3
- Back-ported the "compiler" extension from SQLA 0.6.  This
is a standardized interface which allows the creation of custom
ClauseElement subclasses and compilers.  In particular it's
handy as an alternative to text() when you'd like to
build a construct that has database-specific compilations.
See the extension docs for details.
CHANGES
doc/build/reference/ext/compiler.rst [new file with mode: 0644]
doc/build/reference/ext/index.rst
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/ext/compiler.py [new file with mode: 0644]
test/ext/alltests.py
test/ext/compiler.py [new file with mode: 0644]