summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Support for generated columnsCaselIT2019-11-081-0/+3
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-1/+0
* Merge "add on_connect to MySQLDialect_pyodbc"mike bayer2019-10-201-0/+24
|\
| * add on_connect to MySQLDialect_pyodbcGord Thompson2019-10-201-0/+24
* | Merge remote-tracking branch 'origin/pr/4899'Mike Bayer2019-10-201-1/+1
|\ \ | |/ |/|
| * fix supports_unicode_statements for mysql+pyodbcGord Thompson2019-10-081-1/+1
* | fix error in test_round_trip for TimeTest with mysql+pyodbcGord Thompson2019-10-031-0/+12
|/
* remove __init__ from MySQLDialect_pyodbcGord Thompson2019-10-021-5/+0
* Run row value processors up frontMike Bayer2019-10-011-4/+4
* Emit SET NAMES for all MySQL connections w charsetMike Bayer2019-08-111-0/+16
* Merge "Remove threadlocal engine strategy, engine strategies pool threadlocal"mike bayer2019-08-011-1/+1
|\
| * Remove threadlocal engine strategy, engine strategies pool threadlocalMike Bayer2019-07-151-1/+1
* | Correct for MySQL 8.0 table and schema names in FK reflectionMike Bayer2019-07-291-13/+22
* | Add ARRAY and MEMBER to MySQL reserved wordsMike Bayer2019-07-271-60/+62
|/
* SyntaxError in on_duplicate_key_update() example.Peter Schutt2019-07-151-1/+1
* Note DBAPIs and dialects that we don't supportMike Bayer2019-07-053-0/+18