]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- MySQL's JSON shared implementation completely w/ sqltypes.JSON;
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 25 Jul 2016 03:14:47 +0000 (23:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 25 Jul 2016 03:14:47 +0000 (23:14 -0400)
commit96c4208bf83607120d2f716070ed22ee10312dd0
tree309dc65cc4b24bb640300b77a85bd3cbf41c60ba
parent98c66d19a0571fa0ddbffbe7846b698a9a97e0e9
- MySQL's JSON shared implementation completely w/ sqltypes.JSON;
this must have been an oversight.   Leave mysql.JSON in place still
as we might need to add things to it.
- CAST(json, String) still confusing MySQL drivers even mysqlclient.
Since here we're checking for the raw form of the JSON and not a typical
round trip, add a force for unicode

Change-Id: I727f4526a01a0875037cf0dede45cd074da5205a
lib/sqlalchemy/dialects/mysql/json.py
lib/sqlalchemy/testing/suite/test_types.py