summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add with_for_update mysql new functionalitiesRobotScribe2020-05-151-2/+29
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-1/+1
* Deprecate unsupported dialects and dbapiFederico Caselli2020-04-291-0/+10
* Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-201-9/+12
* Create initial 2.0 engine implementationMike Bayer2020-04-161-9/+8
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-6/+7
* Run search and replace of symbolic module namesMike Bayer2020-04-143-25/+40
* Remove code deprecated before version 1.1Federico Caselli2020-04-095-198/+41
* Gracefully skip isolation level if no row returnedMike Bayer2020-04-071-1/+8
* Broaden is[not]_distinct_from supportGord Thompson2020-04-021-0/+12
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-215-24/+29
* Support inspection of computed columnFederico Caselli2020-03-151-0/+10
* Render VALUES within composed MySQL on duplicate key expressionsMike Bayer2020-03-041-9/+25
* Don't import provision.py unconditionallyMike Bayer2020-03-031-1/+0
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-5/+10
* Result initial introductionMike Bayer2020-02-211-7/+0
* Fixes for public_factory and mysql/pg dml functionsMike Bayer2020-02-082-6/+11
* Refactor test provisioning to dialect-level filesGord Thompson2020-01-262-0/+41
* Query linter optionAlessio Bogon2020-01-221-4/+11
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-172-121/+0
* Enable F821Mike Bayer2020-01-041-1/+1
* happy new yearMike Bayer2020-01-0114-14/+14
* Source base cleanupsMike Bayer2020-01-012-10/+10
* De-implement non-working / testing copy_internals from dmlMike Bayer2019-12-291-2/+0
* Add pass through exact pyodbc connection string.Gord Thompson2019-12-041-2/+17
* Add note re: using the MySQL ODBC "ANSI" driver for mysql+pyodbc.Gord Thompson2019-12-031-5/+10
* Add sequence support for MariaDB 10.3+.Gord Thompson2019-11-261-0/+37
* Merge "Detect PyMySQL connection was killed"mike bayer2019-11-111-1/+4
|\
| * Detect PyMySQL connection was killedMike Bayer2019-11-111-1/+4
* | Add type accessors for JSON indexed/pathed element accessMike Bayer2019-11-111-6/+52
|/