summaryrefslogtreecommitdiff
path: root/test/dialect/mysql/test_reflection.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-171-0/+31
* - Changed the default value of "raise_on_warnings" to False forMike Bayer2014-07-091-0/+1
* Added optional '=' to MySQL KEY_BLOCK_SIZE regexW. Sean McGivern2014-04-191-0/+4
* - Fix and test parsing of MySQL foreign key options within reflection;Mike Bayer2013-10-251-0/+19
* The MySQL :class:`.mysql.SET` type now features the same auto-quotingMike Bayer2013-10-141-27/+27
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-281-0/+300