[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:36
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1f3e5d9826fe/ Changeset: 1f3e5d9826fe Branch: master User: zzzeek Date: 2016-04-21 14:36:19+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 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. |