]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
get_default_identifier() normalizes the returned name so that it may
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 May 2008 17:05:50 +0000 (17:05 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 May 2008 17:05:50 +0000 (17:05 +0000)
commit20ee8f812341c2be6e31550f5aa9feacee01c6f4
tree28bf90b02f7c82bbc80c17f0c0c3e6aa52ece99b
parent6595a5af31ee473f4388db5917c59f0965a64279
get_default_identifier() normalizes the returned name so that it may
by used as the "schema" argument on a Table.  Fixes the reflection unit
test that requires this.
CHANGES
lib/sqlalchemy/databases/oracle.py
test/engine/reflection.py