[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Treat collation names as identifiers
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-03-23 20:03:39
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0883d8213bcf/ Changeset: 0883d8213bcf Branch: master User: zzzeek Date: 2017-03-23 19:31:05+00:00 Summary: Treat collation names as identifiers The expression used for COLLATE as rendered by the column-level :func:`.expression.collate` and :meth:`.ColumnOperators.collate` is now quoted as an identifier when the name is case sensitive, e.g. has uppercase characters. Note that this does not impact type-level collation, which is already quoted. Change-Id: I83d5d9cd1e66a4f20b96303bb84c5f360d5d6a1a Fixes: #3785 Affected #: 7 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. |