[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Only use schema_translate_map on SchemaItem subclas
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-03-02 19:24:50
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b4e880534e1e/ Changeset: b4e880534e1e Branch: master User: zzzeek Date: 2017-02-28 19:52:28+00:00 Summary: Only use schema_translate_map on SchemaItem subclasses Fixed bug in new "schema translate" feature where the translated schema name would be invoked in terms of an alias name when rendered along with a column expression; occurred only when the source translate name was "None". The "schema translate" feature now only takes effect for :class:`.SchemaItem` and :class:`.SchemaType` subclasses, that is, objects that correspond to a DDL-creatable structure in a database. Change-Id: Ie8cb35aeaba2c67efec8c8c57c219e4dd346e44a Fixes: #3924 Affected #: 5 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. |