[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Add check for blank string coming from MySQL's enum
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-10-28 20:27:56
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/dd4e09d38729/ Changeset: dd4e09d38729 Branch: master User: zzzeek Date: 2016-10-28 18:17:40+00:00 Summary: Add check for blank string coming from MySQL's enum MySQL's native ENUM type supports any non-valid value being sent, and in response will return a blank string. A hardcoded rule to check for "is returning the blank string" has been added to the MySQL implementation for ENUM so that this blank string is returned to the application rather than being rejected as a non-valid value. Note that if your MySQL enum is linking values to objects, you still get the blank string back. Change-Id: I61f85c20293a48b0c11a31f2a19f6756c206bd20 Fixes: #3841 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. |