summaryrefslogtreecommitdiff
path: root/tests/test_autogen_diffs.py
Commit message (Expand)AuthorAgeFilesLines
* collapse all chars for mssql defaults, move quotingMike Bayer2023-02-151-0/+32
* repair regression in SQL Server server default comapre logicMike Bayer2023-01-101-0/+6
* dont use repr to quote string in compare_server_defaultMike Bayer2022-12-231-0/+73
* run pyupgradeMike Bayer2022-11-261-16/+12
* document argparse limitationMike Bayer2022-04-191-0/+1
* add type synonym for mysql.LONGTEXT / JSONMike Bayer2021-11-141-2/+5
* Drop compatibility with python 2.7.CaselIT2021-06-221-6/+2
* Implement "test suite"Gord Thompson2021-06-181-265/+7
* Sort per-column comparisons in metadata orderMike Bayer2021-04-271-24/+24
* Create schema objects fresh from opsMike Bayer2021-04-121-35/+88
* enable extensions to use AutogenContext.run_name_filtersOliver Rice2021-03-051-0/+54
* Remove obsolete SQLAlchemy pk issue workaroundMike Bayer2021-01-281-1/+78
* Enable SQL Server testing and fix autogen issuesMike Bayer2021-01-281-2/+2
* implement include_name hookMike Bayer2021-01-181-49/+192
* Ensure default_schema_name set to None in "schema is none" testMike Bayer2020-03-241-0/+4
* Use looser tokenization for type comparisonMike Bayer2020-03-191-0/+36
* Include post-parenthesis tokens when tokenizing type stringPaul Becotte2020-02-271-0/+20
* Update the type comparison code used for schema autogeneration. ComparePaul Becotte2020-02-041-8/+162
* Use inspect(), not Inspector.from_engine()Mike Bayer2020-02-031-2/+2
* Re-port bootstrap /plugin_base to get combinatoric functionsMike Bayer2019-11-291-58/+35
* Use SQLAlchemy's testing framework fullyMike Bayer2019-07-211-4/+4
* Bump to Alembic 1.1, bump requirementsMike Bayer2019-07-211-6/+0
* zimports runMike Bayer2019-01-061-32/+34
* pure black run + flake8Mike Bayer2019-01-061-468/+548
* Dont autogenerate "system=True", render flag correctlyMike Bayer2018-10-311-1/+34
* Detect indexes for table that's droppedMike Bayer2018-01-231-1/+4
* Don't compare scale if Numeric has no precisionpg3-ivan2017-08-281-0/+7
* Enable multi-backend / driver in testsMike Bayer2017-08-211-0/+6
* Adjust for Variant returning itself as implMike Bayer2017-06-021-0/+40
* Allow target_metadata to be a sequenceMike Bayer2017-02-231-7/+91
* Detect and render autoincrement for alter_column()Mike Bayer2017-02-221-2/+174
* Compare to metadata_impl in compare_type() to guard against custom TypeDecoratorMike Bayer2016-11-091-1/+22
* Include DateTime.timezone in autogen type comparisonsDavid Szotten2016-08-221-0/+10
* Don't remove None for default schema of NoneMike Bayer2016-06-291-1/+30
* - Added a type-level comparator that distinguishes :class:`.Integer`,Mike Bayer2015-12-051-1/+49
* - fix this for 079Mike Bayer2015-08-081-0/+1
* - ensure that all ops have full backwards/forwards maintenance ofMike Bayer2015-08-071-2/+133
* - rework all of autogenerate to build directly on alembic.operations.opsMike Bayer2015-07-161-100/+103
* - squash merge of ticket_302 branchMike Bayer2015-07-031-0/+962