summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/expression.py
Commit message (Expand)AuthorAgeFilesLines
* Remove `typing.Self` workaroundYurii Karabas2023-02-081-8/+4
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Try running pyupgrade on the codeFederico Caselli2022-11-161-3/+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
* Properly type _generative, decorator, public_factoryFederico Caselli2021-12-301-3/+17
* Bugfix: MySQL expression: may be bindparam or other expressionAnton Kovalevich2021-10-051-1/+1
* Implement MySQL-specific MATCHAnton Kovalevich2021-06-211-0/+130