[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-04-27 19:00:24
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f3bc60bdd809/ Changeset: f3bc60bdd809 Branch: master User: zzzeek Date: 2016-04-27 16:37:58+00:00 Summary: Don't double-process ResultMetaData for BufferedColumnResultProxy Fixed a bug in the result proxy used mainly by Oracle when binary and other LOB types are in play, such that when query / statement caching were used, the type-level result processors, notably that required by the binary type itself but also any other processor, would become lost after the first run of the statement due to it being removed from the cached result metadata. Change-Id: I751940866cffb4f48de46edc8137482eab59790c Fixes: #3699 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c2505259531d/ Changeset: c2505259531d Branch: rel_1_0 User: zzzeek Date: 2016-04-27 16:47:07+00:00 Summary: Don't double-process ResultMetaData for BufferedColumnResultProxy Fixed a bug in the result proxy used mainly by Oracle when binary and other LOB types are in play, such that when query / statement caching were used, the type-level result processors, notably that required by the binary type itself but also any other processor, would become lost after the first run of the statement due to it being removed from the cached result metadata. Change-Id: I751940866cffb4f48de46edc8137482eab59790c Fixes: #3699 (cherry picked from commit f3bc60bdd809235cbeb3f414717ac0e273269cf9) 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. |