]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in Oracle dialect where reflection of tables and other
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Oct 2015 13:49:34 +0000 (09:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Oct 2015 13:50:09 +0000 (09:50 -0400)
commit0b8489f70f132e55d58fb68dbf1b10e5c07456c3
tree19352ce932171870bb7006a7f4e6182a525603b0
parent6da108ce6cdb63c55344b321055fb80e0cb87a69
- Fixed bug in Oracle dialect where reflection of tables and other
symbols with names quoted to force all-lower-case would not be
identified properly in reflection queries.  The :class:`.quoted_name`
construct is now applied to incoming symbol names that detect as
forced into all-lower-case within the "name normalize" process.
fixes #3548

(cherry picked from commit 4578ab54a5b849fdb94a7032987f105b7ec117a4)
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/dialects/oracle/base.py
test/dialect/test_oracle.py