summaryrefslogtreecommitdiff
path: root/alembic/testing
Commit message (Expand)AuthorAgeFilesLines
* Fix compat issue with older SQLAlchemy versions.Federico Caselli2023-05-093-14/+6
* Fix issues in autogenerate of function index removalCaselIT2023-04-042-7/+9
* Merge "Improved support for expression indexes" into mainmike bayer2023-03-013-7/+22
|\
| * Improved support for expression indexesCaselIT2023-02-263-7/+22
* | ensure single import per lineMike Bayer2023-02-281-1/+2
|/
* Rename teardown() method to avoid PytestRemovedIn8WarningGord Thompson2023-01-251-1/+1
* run pyupgradeMike Bayer2022-11-264-5/+1
* Ignore reflected expression based indexesCaselIT2022-07-141-0/+5
* Various typing related updatesCaselIT2022-04-234-6/+14
* add covering index tests; generalize autogen index testsMike Bayer2022-03-161-2/+0
* fix failing test on windows after sqlite switched to queuepool by defaultCaselIT2022-03-021-2/+4
* Remove usage of no longer needed compat codeCaselIT2021-11-233-14/+10
* adjust autocommit tests to accommodate for execution_options changeMike Bayer2021-11-051-3/+47
* sqlalchemy 2.0 test updatesMike Bayer2021-11-053-2/+32
* rollback connection before teardownMike Bayer2021-11-041-0/+1
* Remove code to force ENABLE_ASYNCIO to FalseGord Thompson2021-10-241-7/+0
* generate .pyi files for proxied classesMike Bayer2021-08-221-0/+1
* Add pep-484 type annotationsCaselIT2021-08-114-14/+11
* Merge "Drop compatibility with python 2.7."mike bayer2021-06-2611-89/+53
|\
| * Drop compatibility with python 2.7.CaselIT2021-06-2211-89/+53
* | Add requirement to AutogenerateForeignKeysTestgordthompson2021-06-232-0/+5
|/
* Implement "test suite"Gord Thompson2021-06-1810-1/+2928
* Revendor editor and make dateutil optionalCaselIT2021-06-151-12/+0
* New downgrade algorithm to fix branch behaviourSimon Bowly2021-04-261-0/+1
* Create schema objects fresh from opsMike Bayer2021-04-122-0/+167
* Place index/uq drops before createsMike Bayer2021-01-271-4/+0
* Remove remaining 2.0 warningMike Bayer2021-01-151-16/+0
* disable SQLA 1.4 asyncio modeMike Bayer2021-01-121-0/+7
* Accommodate SQLAlchemy 1.4/2.0CaselIT2021-01-1111-594/+253
* Merge "Add support identity columns."mike bayer2020-12-171-0/+18
|\
| * Add support identity columns.CaselIT2020-12-151-0/+18
* | Use exclusions from sqlalchemyCaselIT2020-12-173-527/+131
|/
* Remove support for Python 3.5 and SQLAlchemy older than the 1.3 series.CaselIT2020-10-262-53/+2
* Support pytest 6.xMike Bayer2020-09-271-8/+2
* Check for URL.create()Mike Bayer2020-08-231-2/+2
* update mariadb checksMike Bayer2020-08-142-10/+7
* Support sqlalchemy 1.4 exec_driver_sql, text() for stringsCaselIT2020-03-183-0/+22
* Don't raise on pytest deprecation warningsMike Bayer2020-03-122-0/+25
* Vendor assert_raises[_message], add new check constraint targetMike Bayer2020-03-051-2/+24
* Add support for computed columnsCaselIT2020-01-015-5/+525
* Fix tests on windowsCaselIT2019-12-271-0/+3
* Assert scratch directory is cleaned up after class teardownMike Bayer2019-11-302-2/+16
* Re-port bootstrap /plugin_base to get combinatoric functionsMike Bayer2019-11-297-0/+496
* Support schemas for MSSQL drop server default + FK constraintMike Bayer2019-11-121-2/+5
* Add multiple revision support to stamp, support purgeMike Bayer2019-09-192-5/+35
* Support autogenerate for add_column kwargsMike Bayer2019-09-171-0/+7
* Add autocommit_blockMike Bayer2019-09-173-0/+10
* Use new create_mock_engineMike Bayer2019-08-021-2/+2
* Use SQLAlchemy's testing framework fullyMike Bayer2019-07-2117-2050/+19
* Bump to Alembic 1.1, bump requirementsMike Bayer2019-07-218-346/+19