summaryrefslogtreecommitdiff
path: root/tests/test_autogen_indexes.py
Commit message (Expand)AuthorAgeFilesLines
* add covering index tests; generalize autogen index testsMike Bayer2022-03-161-568/+412
* Add test to ensure method given in #880 worksMike Bayer2021-08-251-0/+16
* Drop compatibility with python 2.7.CaselIT2021-06-221-5/+1
* Implement "test suite"Gord Thompson2021-06-181-1/+6
* Remove unique/index flags when copying tableMike Bayer2021-05-201-3/+42
* Create schema objects fresh from opsMike Bayer2021-04-121-2/+2
* Place index/uq drops before createsMike Bayer2021-01-271-5/+93
* implement include_name hookMike Bayer2021-01-181-22/+94
* Accommodate SQLAlchemy 1.4/2.0CaselIT2021-01-111-3/+3
* Add more missing mariadb directivesMike Bayer2020-11-271-1/+1
* Repair de-quoting logic used for pre-1.4 SQLAlchemy versionsMike Bayer2020-02-061-0/+116
* Adjust unique constraint names based on dialect truncation rulesMike Bayer2020-01-301-0/+68
* Accommodate for SQLAlchemy 1.4 deferral of index/unique namesMike Bayer2019-10-141-1/+41
* Bump to Alembic 1.1, bump requirementsMike Bayer2019-07-211-4/+0
* zimports runMike Bayer2019-01-061-18/+16
* pure black run + flake8Mike Bayer2019-01-061-462/+659
* Drop support for all SQLAlchemy < 0.9Mike Bayer2018-07-131-5/+0
* Detect indexes for table that's droppedMike Bayer2018-01-231-0/+59
* Disable index quoting when applying truncated DDL rulesMike Bayer2018-01-031-0/+28
* Resolve Postgresql implicit indexes via duplicates_constraintMike Bayer2017-10-251-0/+25
* Enable multi-backend / driver in testsMike Bayer2017-08-211-1/+3
* Apply DDLCompiler name rules to Index for autogenerateMike Bayer2017-03-151-0/+24
* Generalize uq -> uix dedupe logicMike Bayer2017-01-091-0/+6
* Unwrap unaryexpression when testing for functional indexMike Bayer2016-10-281-1/+32
* - rework all of autogenerate to build directly on alembic.operations.opsMike Bayer2015-07-161-6/+6
* - squash merge of ticket_302 branchMike Bayer2015-07-031-1/+1
* - Postgresql "functional" indexes are necessarily skipped from theMike Bayer2015-03-101-1/+27
* - Fixed bug where MySQL backend would report dropped unique indexesMike Bayer2015-02-201-7/+22
* - Fixed bug in foreign key autogenerate where if the in-Python tableMike Bayer2015-01-101-0/+34
* - adjust test here so that it applies to all backendsMike Bayer2014-12-041-18/+19
* MySQL: Ignore unique indexes when removing implicit indexesJohannes Erdfelt2014-12-041-0/+19
* - Added a rule for Postgresql to not render a "drop unique" and "drop index"Mike Bayer2014-11-211-0/+19
* - 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