]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] the @compiles decorator raises an
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 Dec 2011 17:49:39 +0000 (12:49 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 Dec 2011 17:49:39 +0000 (12:49 -0500)
commit5c9d53fb02effed81329ca7964f99777f2ab6ec4
tree3039aba6b3aaebf7a85d1a11457b426f76b7c82f
parent1dea4c1f87a43e668525b4c917cdc9eb4b56f218
- [bug] the @compiles decorator raises an
informative error message when no "default"
compilation handler is present, rather
than KeyError.
CHANGES
lib/sqlalchemy/ext/compiler.py
test/ext/test_compiler.py