summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* document argparse limitationMike Bayer2022-04-191-0/+1
* bump black to 22.3.0Mike Bayer2022-03-282-2/+2
* add covering index tests; generalize autogen index testsMike Bayer2022-03-163-569/+631
* Fix duplicated constraints when using expressionsNicolas CANIART2022-03-141-0/+21
* fix failing test on windows after sqlite switched to queuepool by defaultCaselIT2022-03-022-17/+12
* fix connection handling in consumption testMike Bayer2022-02-111-18/+25
* Prevent alter_column() from changing nullabilityGord Thompson2022-02-043-36/+139
* resolve for variant before testing for schema typeMike Bayer2022-02-011-0/+24
* Provide useful error message in stub testsCaselIT2021-12-311-4/+17
* Remove usage of no longer needed compat codeCaselIT2021-11-231-4/+3
* Merge "Add new ensure_version command" into mainmike bayer2021-11-181-0/+35
|\
| * Add new ensure_version commandKai Mueller2021-11-181-0/+35
* | add type synonym for mysql.LONGTEXT / JSONMike Bayer2021-11-142-2/+54
|/
* sqlalchemy 2.0 test updatesMike Bayer2021-11-052-33/+51
* dont hardcode transaction opened messagingMike Bayer2021-11-041-3/+3
* Adjust test requirements for mssqlGord Thompson2021-10-231-2/+14
* Merge "frame a transaction around autocommit"mike bayer2021-10-051-0/+5
|\
| * frame a transaction around autocommitMike Bayer2021-10-041-0/+5
* | Fix write hook issue in python < 3.9.Federico Caselli2021-09-301-7/+15
|/
* check all directives in batch block until recreate selectedMike Bayer2021-08-301-6/+39
* Merge "Add test to ensure method given in #880 works"mike bayer2021-08-251-0/+16
|\
| * Add test to ensure method given in #880 worksMike Bayer2021-08-251-0/+16
* | Merge "remove dependency on pkg_resources"mike bayer2021-08-251-5/+11
|\ \ | |/ |/|
| * remove dependency on pkg_resourcesMike Bayer2021-08-231-5/+11
* | Merge "support named CHECK constraints in batch"mike bayer2021-08-242-13/+67
|\ \ | |/ |/|
| * support named CHECK constraints in batchMike Bayer2021-08-242-13/+67
* | avoid importing ForwardRef that's py3.9+ onlyCaselIT2021-08-232-13/+22
* | Merge "Fix postgresql_include in create_index"mike bayer2021-08-231-0/+13
|\ \
| * | Fix postgresql_include in create_indexSteven Bronson2021-08-231-0/+13
| |/
* | generate .pyi files for proxied classesMike Bayer2021-08-221-0/+52
|/
* Add pep-484 type annotationsCaselIT2021-08-111-18/+14
* add req for sqlite computed columnsMike Bayer2021-08-101-0/+1
* Merge "qualify sqlite batch add column for dynamic defaults"mike bayer2021-08-101-0/+80
|\
| * qualify sqlite batch add column for dynamic defaultsMike Bayer2021-08-101-0/+80
* | Preserve comment and info in Drop/CreateTableOpNicolas CANIART2021-08-101-2/+22
|/
* Merge "Drop compatibility with python 2.7."mike bayer2021-06-269-77/+55
|\
| * Drop compatibility with python 2.7.CaselIT2021-06-229-77/+55
* | Support version_locations paths with spacesGord Thompson2021-06-221-1/+89
|/
* Implement "test suite"Gord Thompson2021-06-1812-2899/+17
* repair py2k supportMike Bayer2021-06-161-4/+6
* Revendor editor and make dateutil optionalCaselIT2021-06-153-17/+125
* Add kwargs support to DropIndexOp autogenerate renderJet Zhou2021-05-271-0/+17
* differentiate CreateTableOp from model vs. op.create_table()Mike Bayer2021-05-241-0/+30
* Merge "De-duplicate Revision.down_revision helpers."mike bayer2021-05-212-1/+14
|\
| * De-duplicate Revision.down_revision helpers.Simon Bowly2021-05-212-1/+14
* | Merge "Remove unique/index flags when copying table"mike bayer2021-05-201-3/+42
|\ \ | |/ |/|
| * Remove unique/index flags when copying tableMike Bayer2021-05-201-3/+42
* | ensure heads remain unique in topologicalMike Bayer2021-05-202-0/+33
|/
* Update black, zimports and flake8CaselIT2021-05-121-5/+5
* Fixed a bug where paths defined in post-write hook optionsCaselIT2021-05-111-2/+44