summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql
Commit message (Expand)AuthorAgeFilesLines
* provide connectionfairy on initializeMike Bayer2021-11-292-10/+10
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-1/+1
* Clean up most py3k compatFederico Caselli2021-11-248-63/+28
* Remove object in class definitionFederico Caselli2021-11-224-5/+5
* fully support isolation_level parameter in base dialectMike Bayer2021-11-182-44/+13
* removals: all unicode encoding / decodingMike Bayer2021-11-102-32/+0
* De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-091-3/+3
* fully implement future engine and remove legacyMike Bayer2021-11-071-7/+0
* Fixed issue in visit_on_duplicate_key_update within a composed expressionCristian Sabaila2021-11-021-1/+1
* 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