[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Build string/int processors for JSONIndexType, JSON
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-08-04 17:02:11
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f2fa9d000b44/ Changeset: f2fa9d000b44 Branch: master User: zzzeek Date: 2016-08-04 16:38:58+00:00 Summary: Build string/int processors for JSONIndexType, JSONPathType Fixed regression in JSON datatypes where the "literal processor" for a JSON index value, that needs to take effect for example within DDL, would not be invoked for the value. The native String and Integer datatypes are now called upon from within the JSONIndexType and JSONPathType. This is applied to the generic, Postgresql, and MySQL JSON types. Change-Id: Ifa5f2acfeee57a79d01d7fc85d265a37bd27c716 Fixes: #3765 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. |