summaryrefslogtreecommitdiff
path: root/alembic/operations
Commit message (Expand)AuthorAgeFilesLines
* Merge "Define type for generic classes" into mainmike bayer2023-05-173-12/+15
|\
| * Define type for generic classesFederico Caselli2023-05-163-12/+15
* | restore drop_index.table_name, drop_constraint.type_ as positionalMike Bayer2023-05-162-8/+7
|/
* 1.11.0 in changelog file; doc updatesMike Bayer2023-05-152-4/+4
* Improve commit 497c6c86b9547eed2ac297b1618300430578b86fFederico Caselli2023-05-122-7/+48
* Merge "Added ``op.run_async``." into mainmike bayer2023-05-122-2/+44
|\
| * Added ``op.run_async``.Federico Caselli2023-05-122-2/+44
* | keyword only arguments in opsMike Bayer2023-05-112-8/+68
|/
* Add Operations and BatchOperations stub methodsCaselIT2023-05-043-62/+1310
* document constraint behavior for add_column()Mike Bayer2023-04-291-10/+39
* Followup / fixup: apply 'black' code formatting to a couple of missed docstringsJames Addison2023-04-261-6/+5
* Consistency: apply codestyle formatting to docstring code snippetsJames Addison2023-04-252-57/+90
* Improve typing.Federico Caselli2023-04-133-14/+17
* Fix type annotation in `op.create_table_comment`Colin Adams2023-04-131-1/+1
* tooling: write_pyi.py: filter usage of raw-strings (rstrings)James Addison2023-04-121-9/+9
* uniquify cols for FK table objectMike Bayer2023-04-071-1/+4
* Fix unknown types reported by pyrightCaselIT2023-03-102-3/+3
* distinguish between string contraint name and definedMike Bayer2023-03-063-15/+23
* Improve typing to accommodate sqlalchemy v2CaselIT2023-02-263-17/+13
* Update docstring to suggest raw string (#1186)Tim Penhey2023-02-231-1/+1
* use correct param nameMike Bayer2023-02-131-1/+1
* run pyupgradeMike Bayer2022-11-264-205/+196
* add typing parametersMike Bayer2022-11-151-12/+12
* Improve typingCaselIT2022-09-124-15/+25
* Add missing types to **kweykamp2022-09-111-25/+25
* fail gracefully for batch_alter_table() called in --sql modeMike Bayer2022-07-011-0/+15
* Annotate batch_alter_tableCaselIT2022-06-041-11/+16
* implement full copy for indexes in batchMike Bayer2022-05-101-1/+21
* Various typing related updatesCaselIT2022-04-234-45/+51
* Fix duplicated constraints when using expressionsNicolas CANIART2022-03-141-1/+2
* fix pep484 issueMike Bayer2022-02-011-2/+2
* resolve for variant before testing for schema typeMike Bayer2022-02-011-8/+15
* Remove usage of no longer needed compat codeCaselIT2021-11-231-2/+1
* Fix issue 928 create_check_constraint condition argument typing fix (#929)masterliverpool10262021-10-072-3/+3
* Fix constraint_name type of create_foreign_keyTilmanK2021-09-171-9/+9
* render 3rd party module annotations as forward referencesMike Bayer2021-09-151-1/+6
* fix mypy errorsCaselIT2021-08-301-4/+8
* Merge "support named CHECK constraints in batch"mike bayer2021-08-241-2/+24
|\
| * support named CHECK constraints in batchMike Bayer2021-08-241-2/+24
* | avoid importing ForwardRef that's py3.9+ onlyCaselIT2021-08-231-1/+7
* | generate .pyi files for proxied classesMike Bayer2021-08-221-3/+12
|/
* Add pep-484 type annotationsCaselIT2021-08-115-390/+838
* Preserve comment and info in Drop/CreateTableOpNicolas CANIART2021-08-101-27/+41
* Drop compatibility with python 2.7.CaselIT2021-06-225-15/+10
* differentiate CreateTableOp from model vs. op.create_table()Mike Bayer2021-05-241-3/+18
* Remove unique/index flags when copying tableMike Bayer2021-05-202-0/+13
* implement table comments for batchMike Bayer2021-04-272-0/+73
* Create schema objects fresh from opsMike Bayer2021-04-122-113/+113
* Use SQLAlchemy _copy() when availableMike Bayer2021-02-182-7/+11
* remove all .. version(?:changed|added):: prior to 1.0Mike Bayer2021-01-182-185/+0