summaryrefslogtreecommitdiff
path: root/tests/test_autogen_indexes.py
Commit message (Expand)AuthorAgeFilesLines
* - adjust these to account for some MySQL deprecations regardingMike Bayer2014-11-091-7/+11
* - skip unique constraint tests on 0.7Mike Bayer2014-11-051-0/+3
* - Indexes and unique constraints are now included in theMike Bayer2014-11-021-0/+158
* - Repaired issue related to the fix for #208 and others; a compositeMike Bayer2014-11-021-0/+36
* - move pretty much all of sqlalchemy.testing over for now, as we'dMike Bayer2014-09-141-1/+12
* - finish upMike Bayer2014-09-131-6/+3
* - move towards sqlalchemy test base. autogenerate tests so farMike Bayer2014-09-131-22/+23
* - finish flake8 on testsMike Bayer2014-09-091-8/+15
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-091-192/+181
* - Liberalized even more the check for MySQL indexes that shouldn't beMike Bayer2014-06-051-8/+50
* - This releases' "autogenerate index detection" bug, when a MySQL tableMike Bayer2014-05-021-2/+67
* - index autogen is a big enough deal to warrant its own test suiteMike Bayer2014-05-021-0/+517