summaryrefslogtreecommitdiff
path: root/alembic/op.pyi
Commit message (Expand)AuthorAgeFilesLines
* Merge "Define type for generic classes" into mainmike bayer2023-05-171-1/+1
|\
| * Define type for generic classesFederico Caselli2023-05-161-1/+1
* | restore drop_index.table_name, drop_constraint.type_ as positionalMike Bayer2023-05-161-2/+2
|/
* 1.11.0 in changelog file; doc updatesMike Bayer2023-05-151-2/+2
* Improve commit 497c6c86b9547eed2ac297b1618300430578b86fFederico Caselli2023-05-121-1/+3
* Merge "Added ``op.run_async``." into mainmike bayer2023-05-121-0/+29
|\
| * Added ``op.run_async``.Federico Caselli2023-05-121-0/+29
* | keyword only arguments in opsMike Bayer2023-05-111-4/+18
|/
* Add Operations and BatchOperations stub methodsCaselIT2023-05-041-26/+24
* 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-251-60/+88
* Improve typing.Federico Caselli2023-04-131-2/+3
* 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-34/+35
* Fix unknown types reported by pyrightCaselIT2023-03-101-27/+27
* Improve typing to accommodate sqlalchemy v2CaselIT2023-02-261-1/+1
* Update docstring to suggest raw string (#1186)Tim Penhey2023-02-231-1/+1
* add typing parametersMike Bayer2022-11-151-5/+5
* Improve typingCaselIT2022-09-121-4/+7
* Add missing types to **kweykamp2022-09-111-8/+8
* Annotate batch_alter_tableCaselIT2022-06-041-12/+19
* Various typing related updatesCaselIT2022-04-231-26/+26
* Fix issue 928 create_check_constraint condition argument typing fix (#929)masterliverpool10262021-10-071-1/+1
* Fix constraint_name type of create_foreign_keyTilmanK2021-09-171-9/+9
* restore default values for keyword arguments in stubsMike Bayer2021-08-301-45/+59
* generate .pyi files for proxied classesMike Bayer2021-08-221-0/+1160