summaryrefslogtreecommitdiff
path: root/test/dialect/mysql/test_reflection.py
Commit message (Expand)AuthorAgeFilesLines
* Support control char reflection in mysql mariadbFederico Caselli2023-04-301-0/+23
* include parsed col length field as integer from mysql index reflectionMike Bayer2023-01-041-0/+87
* Try running pyupgrade on the codeFederico Caselli2022-11-161-10/+8
* adjust MySQL view reflection for non-standard MySQL variantsJohn Bodley2022-10-031-2/+15
* Add support for Partitioning and Sample pages on mysqlRamonWill2022-08-111-0/+164
* more mysql 8.0.30 fixesMike Bayer2022-08-031-1/+4
* rearchitect reflection for batched performanceFederico Caselli2022-06-181-9/+9
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-1/+1
* Clean up most py3k compatFederico Caselli2021-11-241-3/+2
* correct charset for mariadb connector with mdb 10.6Georg Richter2021-10-011-3/+3
* Don't require space after MySQL pk commentDaniƫl van Eeden2021-06-281-0/+8
* set identifier length for MySQL constraints to 64Mike Bayer2021-01-301-0/+47
* include negation symbol in numeric default matchMike Bayer2021-01-231-88/+47
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-1/+1
* remove metadata.bind use from test suiteMike Bayer2021-01-031-109/+119
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-50/+46
* Reflect decimal points in MariaDB non-quoted numeric defaultsMike Bayer2020-12-031-0/+19
* Convert to autoload_with internallyMike Bayer2020-11-071-143/+147
* Bump minimum MySQL version to 5.0.2; use all-numeric server versionMike Bayer2020-08-161-27/+70
* Fixes for MySQL 8Mike Bayer2020-08-051-3/+16
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-1/+1
* Create initial 2.0 engine implementationMike Bayer2020-04-161-1/+1
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-2/+1
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-23/+28
* Correct for MySQL 8.0 table and schema names in FK reflectionMike Bayer2019-07-291-22/+34
* Add complete coverage and fix lower() for MySQL 88718 workaroundMike Bayer2019-02-111-0/+113
* Post black reformattingMike Bayer2019-01-061-31/+39
* Run black -l 79 against all source filesMike Bayer2019-01-061-383/+520
* Use case insensitive matching on lower_case_table_names=1,2Mike Bayer2018-11-091-16/+88
* Perform additional retrieval of correct column namesMike Bayer2018-10-031-1/+45
* Reflect ASC/DESC in MySQL index columnsMike Bayer2018-06-281-0/+63
* Use utf8mb4 (or utf8mb3) for all things MySQLMike Bayer2018-06-251-4/+13
* Render and reflect MySQL WITH PARSER index optionsMike Bayer2018-04-171-3/+60
* Support mariadb 10.2Mike Bayer2017-09-281-12/+24
* Apply percent sign escaping to literal binds, commentsMike Bayer2017-08-251-2/+4
* Allow metadata.reflect() to recover from unreflectable tablesMike Bayer2017-05-221-0/+31
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-8/+7
* Parse (but don't record) COMMENT portion of MySQL table keyLele Long2017-01-171-0/+12
* - a variety of test adjustments to accomodate for MySQL 5.7Mike Bayer2016-07-241-1/+0
* - break out mysql/base into modules as it's getting huge with more to comeMike Bayer2016-01-041-1/+2
* - An adjustment to the regular expression used to parse MySQL views,Mike Bayer2015-12-221-0/+31
* - fix changelog for #3602Mike Bayer2015-12-081-1/+6
* - make this DROP conditional, attempting to isolate why jenkins hasMike Bayer2015-12-081-1/+1
* - Fixed bug in MySQL reflection where the "fractional sections portion"Mike Bayer2015-12-071-2/+8
* - flake8 test_reflection and rework the type-based tests intoMike Bayer2015-12-071-87/+196
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-14/+20
* - make even more tablesMike Bayer2015-02-071-27/+30
* - break up the tables here to avoid the error we're gettingMike Bayer2015-02-061-15/+24
* - The MySQL dialect now renders TIMESTAMP with NULL / NOT NULL inMike Bayer2015-02-051-3/+52
* - use provide_metadata for new unique constraint / index testsMike Bayer2014-10-041-19/+20