]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- apply pep8 to compiler.py
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Dec 2010 21:34:00 +0000 (16:34 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Dec 2010 21:34:00 +0000 (16:34 -0500)
commitdff4e0591eee3def7c4c38666c8fc581c327aa87
tree12893840b5b95948b124161f036c6c85f52e2a8d
parentb0f48ca2a910e0a8527b9640c56cc3f342f4f31d
- apply pep8 to compiler.py
- deprecate Compiled.compile() - have __init__ do compilation
if statement is present.
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
test/dialect/test_mysql.py
test/engine/test_ddlevents.py