[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-10-05 13:50:43
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4578ab54a5b8/ Changeset: 4578ab54a5b8 Branch: None User: zzzeek Date: 2015-10-05 13:49:34+00:00 Summary: - 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 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0b8489f70f13/ Changeset: 0b8489f70f13 Branch: rel_1_0 User: zzzeek Date: 2015-10-05 13:50:09+00:00 Summary: - 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) Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |