summaryrefslogtreecommitdiff
path: root/tests/test_batch.py
Commit message (Expand)AuthorAgeFilesLines
* restore drop_index.table_name, drop_constraint.type_ as positionalMike Bayer2023-05-161-0/+13
* keyword only arguments in opsMike Bayer2023-05-111-1/+1
* Fix issues in autogenerate of function index removalCaselIT2023-04-041-1/+0
* distinguish between string contraint name and definedMike Bayer2023-03-061-0/+26
* run pyupgradeMike Bayer2022-11-261-28/+18
* fail gracefully for batch_alter_table() called in --sql modeMike Bayer2022-07-011-0/+171
* Make alembic compatible with comments on constraintsCaselIT2022-06-251-0/+2
* implement full copy for indexes in batchMike Bayer2022-05-101-7/+25
* resolve for variant before testing for schema typeMike Bayer2022-02-011-0/+24
* sqlalchemy 2.0 test updatesMike Bayer2021-11-051-25/+31
* check all directives in batch block until recreate selectedMike Bayer2021-08-301-6/+39
* support named CHECK constraints in batchMike Bayer2021-08-241-13/+56
* add req for sqlite computed columnsMike Bayer2021-08-101-0/+1
* qualify sqlite batch add column for dynamic defaultsMike Bayer2021-08-101-0/+80
* implement table comments for batchMike Bayer2021-04-271-0/+30
* Accommodate SQLAlchemy 1.4/2.0CaselIT2021-01-111-100/+131
* Consult ApplyBatchImpl for hints on constraints to dropMike Bayer2020-12-281-0/+53
* Merge "Add more missing mariadb directives"mike bayer2020-11-281-1/+1
|\
| * Add more missing mariadb directivesMike Bayer2020-11-271-1/+1
* | Implement column comments for batchMike Bayer2020-11-271-0/+88
|/
* Remove support for Python 3.5 and SQLAlchemy older than the 1.3 series.CaselIT2020-10-261-3/+0
* Fix column existence check in batch operationCaselIT2020-09-101-0/+16
* Support DROP of named check constraint from column for batchMike Bayer2020-07-161-0/+56
* Add an additional create_constraintMike Bayer2020-06-031-1/+1
* Set create_constraint=True for Enum / Boolean testsMike Bayer2020-06-021-2/+2
* Do not CAST(x as JSON) in SQLiteSebastián Ramírez2020-06-011-18/+37
* Support sqlalchemy 1.4 exec_driver_sql, text() for stringsCaselIT2020-03-181-1/+3
* Support explicit column ordering in batch modeMarcin Szymanski2020-02-041-2/+157
* Use inspect(), not Inspector.from_engine()Mike Bayer2020-02-031-16/+15
* fix CAST assertions for SQLA 1.4Mike Bayer2019-08-301-5/+11
* Bump to Alembic 1.1, bump requirementsMike Bayer2019-07-211-1/+0
* Ensure SQLite default expressions are parenthesizedMike Bayer2019-06-251-0/+41
* Tune "rename boolean column w CHECK constraint" test for MySQL 8, mariadb10.2Mike Bayer2019-05-021-1/+1
* Implemented support for Table and Column CommentsMike Waites2019-01-101-3/+3
* zimports runMike Bayer2019-01-061-27/+29
* pure black run + flake8Mike Bayer2019-01-061-645/+808
* Run batch tests per backendMike Bayer2018-09-021-1/+4
* Drop support for all SQLAlchemy < 0.9Mike Bayer2018-07-131-7/+0
* Remove column from primary key when droppingMike Bayer2018-07-121-1/+52
* Append table name to batch temp nameMike Bayer2017-10-111-25/+28
* - keep tuning this mariadb check constraint limitationMike Bayer2017-10-081-2/+3
* - more mariadb 10.2 tests that won't workMike Bayer2017-10-061-0/+7
* Accommodate for mariadb 10.2 function reflection styleMike Bayer2017-10-051-0/+4
* Ensure primary_key flag unset for PK batch dropMike Bayer2016-12-191-1/+20
* cast() types in batch only if type_affinity is differentMike Bayer2016-11-231-6/+31
* - adjust boolean no_ck test to not use Boolean typeMike Bayer2016-06-231-1/+5
* - Small adjustment made to the batch handling for reflected CHECKMike Bayer2016-06-011-13/+13
* - changelog for #361, fixes #361Mike Bayer2016-03-161-1/+1
* Allow server_default=None for batch operations.Martin Domke2016-03-161-0/+16
* - Repaired batch migration support for "schema" types which generateMike Bayer2016-01-221-0/+127