[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Fix result set handling for case insensitive dupe c
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-04-21 16:22:51
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3db48cc62704/ Changeset: 3db48cc62704 Branch: rel_1_0 User: zzzeek Date: 2016-04-21 14:39:14+00:00 Summary: Fix result set handling for case insensitive dupe cols Fixed bug where when using ``case_sensitive=False`` with an :class:`.Engine`, the result set would fail to correctly accomodate for duplicate column names in the result set, causing an error when the statement is executed in 1.0, and preventing the "ambiguous column" exception from functioning in 1.1. Change-Id: If582bb9fdd057e4da3ae42f7180b17d1a1a2d98e Fixes: #3690 (cherry picked from commit 1f3e5d9826fe989f2212745f6b3592b2ef9b5e32) 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. |