]> 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:49:34 +0000 (09:49 -0400)
commit4578ab54a5b849fdb94a7032987f105b7ec117a4
treeb120b471bfbccbd35b29a250db88af16cc58b925
parentd84dea62de3a9c83ad539a5cf2ff4be2c0685a94
- 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
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/dialects/oracle/base.py
test/dialect/test_oracle.py