summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/json.py
Commit message (Expand)AuthorAgeFilesLines
* - 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