]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add sql_compiler property to all Compiled subclasses for convenience
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 7 Feb 2010 19:51:45 +0000 (19:51 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 7 Feb 2010 19:51:45 +0000 (19:51 +0000)
commit52ab4041affc8618892d82d82281eedc5b3d0b6f
tree1d935eaac3eaec44e8ec4c57ed9587a22769655e
parented8b310479eab10a66ccc347144179fef3b0d5a2
add sql_compiler property to all Compiled subclasses for convenience
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/sql/compiler.py