]> 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:16 +0000 (21:11 -0400)
commit03c7364088004ace10885b77cfdfc511b61bb4fe
treeb9efa0b8829cb50fd8f792ebd3f82ce49f3536bf
parentd462dbde99762bfbdc4d4af7f67c329350a8700a
- 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