summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated dialects and driversFederico Caselli2021-10-313-278/+3
* add additional "oracle mode" reserved wordsMike Bayer2021-10-261-3/+19
* fix: Update reserved words list of MySQL / MariaDB dialectKevin Kirsche2021-10-205-308/+563
* re-enable asnycmy >= 0.2.3; disable aiomysql totallyMike Bayer2021-10-151-3/+6
* Bugfix: MySQL expression: may be bindparam or other expressionAnton Kovalevich2021-10-051-1/+1
* correct charset for mariadb connector with mdb 10.6Georg Richter2021-10-011-0/+2
* Fixes: #2937jonathan vanasco2021-09-281-1/+35
* Merge "pin asyncmy>=0.2.0 and remove cursor close workarounds"mike bayer2021-09-181-18/+4
|\
| * pin asyncmy>=0.2.0 and remove cursor close workaroundsMike Bayer2021-09-181-18/+4
* | Surface driver connection object when using a proxied dialectFederico Caselli2021-09-173-5/+13
|/
* vendor asynccontextmanagerMike Bayer2021-09-171-3/+2
* Add `asyncmy` supportlong2ice2021-09-174-10/+350
* Replace all http:// links to https://Federico Caselli2021-07-0414-25/+25
* Modernize testsGord Thompson2021-07-031-3/+4
* Merge "Update link for mysql case sensitivity"mike bayer2021-07-031-1/+1
|\
| * Update link for mysql case sensitivityGord Thompson2021-07-031-1/+1
* | Don't require space after MySQL pk commentDaniƫl van Eeden2021-06-281-1/+1
|/
* Implement MySQL-specific MATCHAnton Kovalevich2021-06-213-4/+202
* document missing ColumnCollection methodsMike Bayer2021-06-131-0/+11
* Remove pep484 type comments from the codeFederico Caselli2021-05-161-5/+0
* Update black flak8 and zimportsFederico Caselli2021-05-121-1/+1
* add ssl_check_hostname option in mysqldbJerry Zhao2021-05-072-3/+68
* Propertly ignore ``Identity`` in MySQL and MariaDb.Federico Caselli2021-04-281-1/+4
* pass asfrom correctly in compilersMike Bayer2021-04-171-2/+4
* Merge "Support DEFAULT VALUES and VALUES(DEFAULT) individually"mike bayer2021-04-141-0/+5
|\
| * Support DEFAULT VALUES and VALUES(DEFAULT) individuallyMike Bayer2021-04-141-0/+5
* | Explicitly test for Connection in dialect.has_table()Mike Bayer2021-04-141-0/+2
|/
* mariadb+pymsql -> mariadb+pymysqlMike Bayer2021-04-071-2/+2
* Merge "Add ``omit_aliases`` in ``Enum``."mike bayer2021-04-021-0/+1
|\
| * Add ``omit_aliases`` in ``Enum``.Federico Caselli2021-04-011-0/+1
* | Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-0110-1/+12
* | Fix has table reflection on MySQL 5.0 5.1Federico Caselli2021-04-011-1/+1
|/
* Add support for aiosqliteFederico Caselli2021-03-241-0/+7
* Add supported database version for internal dialectsFederico Caselli2021-03-071-0/+3
* mutex asyncpg / aiomysql connection state changesMike Bayer2021-02-251-14/+24
* Typo stream_resuls -> stream_resultsCharlie Denton2021-02-191-1/+1
* Accept ColumnCollection in update_on_conflict(set_=Gord Thompson2021-02-151-2/+14
* Merge "Add identifier_preparer per-execution context for schema translates"mike bayer2021-02-081-1/+6
|\
| * Add identifier_preparer per-execution context for schema translatesMike Bayer2021-02-081-1/+6
* | Use slots in the aiomysql proxy classesFederico Caselli2021-02-061-1/+9
|/
* set identifier length for MySQL constraints to 64Mike Bayer2021-01-301-0/+1
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-244-5/+5
* include negation symbol in numeric default matchMike Bayer2021-01-231-2/+2
* introduce generalized decorator to prevent invalid method callsMike Bayer2021-01-161-0/+8
* Update connect args for pymysql 1.0.0; aiomysql fixesMike Bayer2021-01-073-8/+17
* happy new yearMike Bayer2021-01-0414-14/+14
* Merge "Support casting to ``FLOAT`` in MySQL and MariaDb."mike bayer2021-01-011-1/+17
|\
| * Support casting to ``FLOAT`` in MySQL and MariaDb.Federico Caselli2020-12-301-1/+17
* | Support testing of async drivers without fallback modeFederico Caselli2020-12-301-3/+12
|/
* narrow the check for double-paren exprs in mysql create_indexMike Bayer2020-12-261-4/+6