[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Repair PG BIGSERIAL w/ TypeDecorator, Variant
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-07-05 17:04:52
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/428dfeee48c1/ Changeset: 428dfeee48c1 Branch: master User: zzzeek Date: 2016-07-04 20:54:01+00:00 Summary: Repair PG BIGSERIAL w/ TypeDecorator, Variant Some of the dialect impl memoization for TypeDecorator necessarily keeps the top-level TypeDecorator type around, since a user-defined type will have bind and result set processing behavior. For both TypeDecorator and Variant, PG dialect needs to ensure it's looking at the SQLAlchemy type to check for SmallInteger / BigInteger. Fixes: 3739 Change-Id: I2d45fb997f17c6272d6bb826a77d2dba665adae7 (cherry picked from commit 421fa6b8bf9f0c3c5041579c89ec405ce0f5e0b0) 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. |