summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/json.py
Commit message (Expand)AuthorAgeFilesLines
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Build string/int processors for JSONIndexType, JSONPathTypeMike Bayer2016-08-041-13/+37
* - MySQL's JSON shared implementation completely w/ sqltypes.JSON;Mike Bayer2016-07-241-36/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-0/+90