[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Repair PG BIGSERIAL w/ TypeDecorator, Variant
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-07-05 17:05:23
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/421fa6b8bf9f/ Changeset: 421fa6b8bf9f Branch: rel_1_0 User: zzzeek Date: 2016-07-04 20:51:48+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 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. |