summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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