[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-04-05 17:06:41
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/86ef507cc73e/ Changeset: 86ef507cc73e Branch: None User: zzzeek Date: 2017-04-05 16:18:36+00:00 Summary: Double percent signs based on paramstyle, not dialect This patch moves the "doubling" of percent signs into the base compiler and makes it completely a product of whether or not the paramstyle is format/pyformat or not. Without this paramstyle, percent signs are not doubled across text(), literal_column(), and column(). Change-Id: Ie2f278ab1dbb94b5078f85c0096d74dbfa049197 Fixes: #3740 Affected #: 10 files https://bitbucket.org/zzzeek/sqlalchemy/commits/06a90199c56b/ Changeset: 06a90199c56b Branch: master User: zzzeek Date: 2017-04-05 17:06:00+00:00 Summary: Merge "Double percent signs based on paramstyle, not dialect" Affected #: 10 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. |