summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/json.py
Commit message (Expand)AuthorAgeFilesLines
* Remove old versionadded and versionchangedFederico Caselli2023-04-121-2/+0
* happy new year 2023Mike Bayer2023-01-031-1/+1
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Clean up most py3k compatFederico Caselli2021-11-241-3/+0
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Add JSON support for mssqlGord Thompson2020-08-191-0/+8
* Update docs with actual MariaDB JSON supportDefteZ2020-07-261-2/+2
* Run search and replace of symbolic module namesMike Bayer2020-04-141-1/+1
* happy new yearMike Bayer2020-01-011-1/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-2/+0
* Run black -l 79 against all source filesMike Bayer2019-01-061-5/+6
* Assorted pre-Black fixesMike Bayer2019-01-051-2/+0
* happy new yearMike Bayer2018-01-121-1/+1
* 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