summaryrefslogtreecommitdiff
path: root/tests/requirements.py
Commit message (Expand)AuthorAgeFilesLines
* Use column sort in index compare on postgresqlCaselIT2023-04-101-0/+6
* Improved support for expression indexesCaselIT2023-02-261-0/+14
* add overload stubs for proxied classesVincent Fazio2023-01-031-1/+1
* Various typing related updatesCaselIT2022-04-231-1/+6
* add covering index tests; generalize autogen index testsMike Bayer2022-03-161-1/+13
* add type synonym for mysql.LONGTEXT / JSONMike Bayer2021-11-141-0/+49
* Adjust test requirements for mssqlGord Thompson2021-10-231-2/+14
* Merge "support named CHECK constraints in batch"mike bayer2021-08-241-0/+11
|\
| * support named CHECK constraints in batchMike Bayer2021-08-241-0/+11
* | avoid importing ForwardRef that's py3.9+ onlyCaselIT2021-08-231-0/+20
|/
* Implement "test suite"Gord Thompson2021-06-181-12/+0
* Enable SQL Server testing and fix autogen issuesMike Bayer2021-01-281-7/+30
* Place index/uq drops before createsMike Bayer2021-01-271-0/+13
* Accommodate SQLAlchemy 1.4/2.0CaselIT2021-01-111-0/+6
* Merge "Add support identity columns."mike bayer2020-12-171-0/+20
|\
| * Add support identity columns.CaselIT2020-12-151-0/+20
* | Use exclusions from sqlalchemyCaselIT2020-12-171-2/+2
|/
* Remove support for Python 3.5 and SQLAlchemy older than the 1.3 series.CaselIT2020-10-261-49/+0
* continue adding mariadb placeholder implMike Bayer2020-08-151-11/+11
* Use looser tokenization for type comparisonMike Bayer2020-03-191-0/+16
* Support sqlalchemy 1.4 exec_driver_sql, text() for stringsCaselIT2020-03-181-4/+9
* Support computed reflection.Mike Bayer2020-03-181-6/+20
* Update the type comparison code used for schema autogeneration. ComparePaul Becotte2020-02-041-0/+10
* Add support for computed columnsCaselIT2020-01-011-2/+31
* Add autocommit_blockMike Bayer2019-09-171-0/+6
* Use SQLAlchemy's testing framework fullyMike Bayer2019-07-211-1/+2
* Bump to Alembic 1.1, bump requirementsMike Bayer2019-07-211-25/+2
* Create alter column backend test fixtureMike Bayer2019-05-191-0/+4
* Further updates to CHECK logicMike Bayer2019-05-041-10/+37
* Tune "rename boolean column w CHECK constraint" test for MySQL 8, mariadb10.2Mike Bayer2019-05-021-1/+17
* zimports runMike Bayer2019-01-061-2/+2
* pure black run + flake8Mike Bayer2019-01-061-36/+47
* Run batch tests per backendMike Bayer2018-09-021-0/+8
* Resolve Postgresql implicit indexes via duplicates_constraintMike Bayer2017-10-251-0/+19
* - keep tuning this mariadb check constraint limitationMike Bayer2017-10-081-0/+13
* - still attempt to exclude mariadb 10.2 from this test for olderMike Bayer2017-10-061-0/+7
* Accommodate for mariadb 10.2 function reflection styleMike Bayer2017-10-051-0/+14
* unblock pytest-xdist, add sqla masterMike Bayer2017-08-091-1/+1
* Detect and render autoincrement for alter_column()Mike Bayer2017-02-221-0/+9
* Get test compat for oracleMike Bayer2017-01-091-0/+16
* - SQlite supports reflection of ON UPDATE / ON DELETE in SQLA 1.1Mike Bayer2016-06-031-1/+4
* - PK names now works w/ sqlite + sqla 1.1Mike Bayer2016-03-311-1/+5
* - Added a fix to Postgresql server default comparison which first checksMike Bayer2016-03-211-0/+13
* - Implemented support for autogenerate detection of changes in theMike Bayer2015-08-191-0/+14
* - Implemented support for :meth:`.BatchOperations.create_primary_key`Mike Bayer2015-07-031-0/+11
* - Fixed bug where MySQL backend would report dropped unique indexesMike Bayer2015-02-201-0/+4
* - Adjusted the SQLite backend regarding autogen of unique constraintsMike Bayer2014-12-141-4/+6
* - fix drop_foreign_key to include that this only works with SQLiteMike Bayer2014-11-301-1/+9
* - refactor the FK merge a bitMike Bayer2014-11-301-0/+10
* - Repaired the inspection, copying and rendering of CHECK constraintsMike Bayer2014-11-291-0/+10