summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/base.py
Commit message (Expand)AuthorAgeFilesLines
* include InterfaceError for mariadb disconnect checkMike Bayer2021-12-161-9/+14
* provide connectionfairy on initializeMike Bayer2021-11-291-5/+5
* Clean up most py3k compatFederico Caselli2021-11-241-9/+9
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* fully support isolation_level parameter in base dialectMike Bayer2021-11-181-35/+5
* 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-311-4/+3
* fix: Update reserved words list of MySQL / MariaDB dialectKevin Kirsche2021-10-201-297/+12
* correct charset for mariadb connector with mdb 10.6Georg Richter2021-10-011-0/+2
* Fixes: #2937jonathan vanasco2021-09-281-1/+35
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-2/+2
* Add `asyncmy` supportlong2ice2021-09-171-1/+4
* Replace all http:// links to https://Federico Caselli2021-07-041-9/+9
* Modernize testsGord Thompson2021-07-031-3/+4
* Update link for mysql case sensitivityGord Thompson2021-07-031-1/+1
* Implement MySQL-specific MATCHAnton Kovalevich2021-06-211-4/+70
* Remove pep484 type comments from the codeFederico Caselli2021-05-161-5/+0
* 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
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-011-0/+2
* Fix has table reflection on MySQL 5.0 5.1Federico Caselli2021-04-011-1/+1
* Add supported database version for internal dialectsFederico Caselli2021-03-071-0/+3
* Typo stream_resuls -> stream_resultsCharlie Denton2021-02-191-1/+1
* Add identifier_preparer per-execution context for schema translatesMike Bayer2021-02-081-1/+6
* set identifier length for MySQL constraints to 64Mike Bayer2021-01-301-0/+1
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-2/+2
* happy new yearMike Bayer2021-01-041-1/+1
* Support casting to ``FLOAT`` in MySQL and MariaDb.Federico Caselli2020-12-301-1/+17
* narrow the check for double-paren exprs in mysql create_indexMike Bayer2020-12-261-4/+6
* Fix issues with JSON and float/numericGord Thompson2020-12-201-7/+22
* Merge "Support IF EXISTS/IF NOT EXISTS for DDL constructs"mike bayer2020-12-141-2/+8
|\
| * Support IF EXISTS/IF NOT EXISTS for DDL constructsRamonWill2020-12-141-2/+8
* | Remove autoload=True referencesGord Thompson2020-12-121-2/+2
* | Added missing keywords for MySQL dialectOscar Batori2020-11-121-1/+6
|/
* Implement upsert for SQLiteRamonWill2020-11-081-4/+4
* Allow dialect-specific stringificationMike Bayer2020-11-081-37/+63
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-1/+1
* Ensure no compiler visit method tries to access .statementMike Bayer2020-10-191-6/+6
* Support indexing on expressions and functions for the MySQL dialectRamonWill2020-10-121-1/+14
* Remove silent ignore for skip_locked w/ unsupported backendsGord Thompson2020-09-151-1/+1
* Deprecate engine-wise ss cursors; repair mariadbconnectorMike Bayer2020-09-131-8/+23
* Merge "Do not specify type on mssql by default"mike bayer2020-09-121-1/+1
|\
| * Do not specify type on mssql by defaultFederico Caselli2020-09-121-1/+1
* | Merge "Add new MySQL reserved words: `cube`, `lateral`."mike bayer2020-09-031-0/+2
|\ \