summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Merge "correct for "autocommit" deprecation warning"mike bayer2020-12-111-2/+3
|\ \
| * | correct for "autocommit" deprecation warningMike Bayer2020-12-111-2/+3
* | | add aiomysql supportMike Bayer2020-12-103-4/+295
* | | Revert "Merge "add aiomysql support""Mike Bayer2020-12-093-287/+4
* | | add aiomysql supportMike Bayer2020-12-083-4/+287
|/ /
* | Reflect decimal points in MariaDB non-quoted numeric defaultsMike Bayer2020-12-031-2/+2
* | Revert "Added ssl_mode flag to mysqldb"Mike Bayer2020-11-131-1/+0
* | Added ssl_mode flag to mysqldbGord Thompson2020-11-131-0/+1
* | 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-082-37/+67
* 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
* upgrade to black 20.8b1Mike Bayer2020-09-283-9/+9
* Remove silent ignore for skip_locked w/ unsupported backendsGord Thompson2020-09-151-1/+1
* Deprecate engine-wise ss cursors; repair mariadbconnectorMike Bayer2020-09-134-17/+32
* 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
|\ \
| * | Add new MySQL reserved words: `cube`, `lateral`.StefanosChaliasos2020-08-301-0/+2
* | | MariaDB dialect implementationGeorg Richter2020-08-313-0/+244
* | | Emit v2.0 deprecation warning for "implicit autocommit"Gord Thompson2020-08-281-31/+18
* | | Add support for regular expression on supported backend.Federico Caselli2020-08-271-0/+56
|/ /
* | Merge "make URL immutable"mike bayer2020-08-261-7/+4
|\ \
| * | make URL immutableMike Bayer2020-08-251-7/+4
| |/
* | Updates for MariaDB sequencesFederico Caselli2020-08-221-7/+10
|/
* Add JSON support for mssqlGord Thompson2020-08-192-2/+15
* Update dialect for pg8000 version 1.16.0Tony Locke2020-08-181-1/+4
* Bump minimum MySQL version to 5.0.2; use all-numeric server versionMike Bayer2020-08-163-226/+226
* Use importlib_metadata; add namespace for mariadbMike Bayer2020-08-132-16/+83
* Fix mysql CREATE TABLE / COLLATE issueGord Thompson2020-08-091-0/+2
* Add MariaDB 1927 to is_disconnect codesMike Bayer2020-08-051-0/+1
* Consider default FROM DUAL for MySQLMike Bayer2020-07-291-0/+12
* Update docs with actual MariaDB JSON supportDefteZ2020-07-261-2/+2
* more docs for autocommit isolation levelMike Bayer2020-07-121-1/+3
* Include DATETIME / DateTime with the MySQL TIMESTAMP examplesMike Bayer2020-06-291-3/+22
* Docuemnt current workarounds for MySQL TIMESTAMPMike Bayer2020-06-291-1/+67
* Added reflection method :meth:`.Inspector.get_sequence_names`Federico Caselli2020-06-031-1/+30