]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- allow the compilation rule that gets the formatted name
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Jul 2014 01:11:16 +0000 (21:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Jul 2014 01:11:51 +0000 (21:11 -0400)
commitdbc8bbfba3591d2ea704673d90e95014765d0f10
tree274df91b7f0217d8bff7b8d9f3e6e4d6bd6365a0
parentd2193f53c10d29a7a9b1846ebf322fbced55041f
- allow the compilation rule that gets the formatted name
to again have the chance to veto rendering, as the naming convention
can make the decision that the name is "none" or not now.
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/naming.py
test/sql/test_metadata.py