summaryrefslogtreecommitdiff
path: root/alembic/operations/ops.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix unknown types reported by pyrightCaselIT2023-03-101-2/+2
* distinguish between string contraint name and definedMike Bayer2023-03-061-5/+5
* Improve typing to accommodate sqlalchemy v2CaselIT2023-02-261-13/+8
* 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-261-155/+150
* Improve typingCaselIT2022-09-121-8/+14
* Add missing types to **kweykamp2022-09-111-25/+25
* Various typing related updatesCaselIT2022-04-231-26/+26
* Fix issue 928 create_check_constraint condition argument typing fix (#929)masterliverpool10262021-10-071-2/+2
* Fix constraint_name type of create_foreign_keyTilmanK2021-09-171-9/+9
* Add pep-484 type annotationsCaselIT2021-08-111-264/+558
* Preserve comment and info in Drop/CreateTableOpNicolas CANIART2021-08-101-27/+41
* Drop compatibility with python 2.7.CaselIT2021-06-221-1/+1
* differentiate CreateTableOp from model vs. op.create_table()Mike Bayer2021-05-241-3/+18
* Remove unique/index flags when copying tableMike Bayer2021-05-201-0/+2
* implement table comments for batchMike Bayer2021-04-271-0/+55
* Create schema objects fresh from opsMike Bayer2021-04-121-110/+86
* remove all .. version(?:changed|added):: prior to 1.0Mike Bayer2021-01-181-164/+0
* Removed of old deprecated code:CaselIT2020-10-271-34/+8
* Remove support for Python 3.5 and SQLAlchemy older than the 1.3 series.CaselIT2020-10-261-9/+5
* Vendor assert_raises[_message], add new check constraint targetMike Bayer2020-03-051-0/+2
* Support explicit column ordering in batch modeMarcin Szymanski2020-02-041-3/+36
* Memoize elements in rewriter; use correct iterationMike Bayer2019-09-181-0/+2
* Fix rst flake8 issues that have come online w/ latest updateMike Bayer2019-05-291-4/+4
* Update comment documentation, make sure tests always runMike Bayer2019-01-111-9/+35
* Implemented support for Table and Column CommentsMike Waites2019-01-101-0/+151
* zimports runMike Bayer2019-01-061-10/+26
* pure black run + flake8Mike Bayer2019-01-061-238/+399
* reword op.execute()Mike Bayer2018-12-281-28/+47
* Clean up all Python 3.6 warningsMike Bayer2017-10-111-4/+4
* Add support for kw to DROP INDEX, test postgresql_concurrentlyMike Bayer2017-08-041-6/+20
* Add ExcludeConstraint support for PostgresqlMike Bayer2017-02-221-8/+16
* Fix link in batch alter_column docHemanth Makkapati2017-02-131-1/+1
* - add a note that alter_column->postgresql_using is raw SQL,Mike Bayer2017-01-251-1/+3
* Support USING for Postgresql ALTER COLUMN.Frazer McLean2016-08-221-0/+6
* Merge branch 'mssql_batch_drop_column_fix' of https://bitbucket.org/koniiiik/...Mike Bayer2016-03-161-2/+2
|\
| * Fixed mssql_* kwargs in batch_op.drop_column().Michal Petrucha2016-01-211-2/+2
* | Fix wrong ReST expressionKim Jin Su2016-03-011-2/+2
|/
* - existing_server_default is not used to drop the previousMike Bayer2015-12-101-3/+3
* - Fixed a regression 0.8 whereby the "multidb" environment templateMike Bayer2015-08-201-1/+98
* - Implemented support for autogenerate detection of changes in theMike Bayer2015-08-191-1/+3
* - ensure that all ops have full backwards/forwards maintenance ofMike Bayer2015-08-071-6/+30
* - Added new multiple-capable argument ``--depends-on`` to theMike Bayer2015-07-281-1/+2
* - document all the 0.8 positional name changesMike Bayer2015-07-171-8/+95
* - ensure DropIndex and other ops return the full object it receivedMike Bayer2015-07-171-0/+3
* - rework all of autogenerate to build directly on alembic.operations.opsMike Bayer2015-07-161-12/+244
* - some additional namesMike Bayer2015-07-141-1/+5