[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Ensure @compiles calls down to the original compila
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-06-29 21:23:07
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/acd8b1c107d5/ Changeset: acd8b1c107d5 Branch: None User: zzzeek Date: 2016-06-29 15:14:28+00:00 Summary: Ensure @compiles calls down to the original compilation scheme Made a slight behavioral change in the ``sqlalchemy.ext.compiler`` extension, whereby the existing compilation schemes for an established construct would be removed if that construct was itself didn't already have its own dedicated ``__visit_name__``. This was a rare occurrence in 1.0, however in 1.1 :class:`.postgresql.ARRAY` subclasses :class:`.sqltypes.ARRAY` and has this behavior. As a result, setting up a compilation handler for another dialect such as SQLite would render the main :class:`.postgresql.ARRAY` object no longer compilable. Fixes: #3732 Change-Id: If2c1ada4eeb09157885888e41f529173902f2b49 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. |