[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Consult compiled paramstyle on execute_compiled
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-03-15 15:20:54
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7b056709c0f8/ Changeset: 7b056709c0f8 Branch: master User: zzzeek Date: 2017-03-15 14:40:30+00:00 Summary: Consult compiled paramstyle on execute_compiled Fixed bug where in the unusual case of passing a :class:`.Compiled` object directly to :meth:`.Connection.execute`, the dialect with which the :class:`.Compiled` object were generated was not consulted for the paramstyle of the string statement, instead assuming it would match the dialect-level paramstyle, causing mismatches to occur. Change-Id: I114e4db2183fbb75bb7c0b0641f5a161855696ee Fixes: #3938 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. |