summaryrefslogtreecommitdiff
path: root/alembic/autogenerate/api.py
Commit message (Expand)AuthorAgeFilesLines
* add user_module_prefix param for render_python_codetangkikodo2023-05-121-3/+18
* Consistency: apply codestyle formatting to docstring code snippetsJames Addison2023-04-251-45/+75
* Improve typing.Federico Caselli2023-04-131-24/+16
* run pyupgradeMike Bayer2022-11-261-30/+28
* Improve typingCaselIT2022-09-121-3/+3
* Add missing types to **kweykamp2022-09-111-1/+2
* Various typing related updatesCaselIT2022-04-231-3/+5
* document argparse limitationMike Bayer2022-04-191-1/+0
* ensure connection is not NoneMike Bayer2021-10-231-0/+5
* Add pep-484 type annotationsCaselIT2021-08-111-47/+114
* Drop compatibility with python 2.7.CaselIT2021-06-221-2/+2
* enable extensions to use AutogenContext.run_name_filtersOliver Rice2021-03-051-9/+10
* remove all .. version(?:changed|added):: prior to 1.0Mike Bayer2021-01-181-8/+0
* implement include_name hookMike Bayer2021-01-181-16/+42
* Accommodate SQLAlchemy 1.4/2.0CaselIT2021-01-111-12/+13
* Add support identity columns.CaselIT2020-12-151-1/+1
* Use inspect(), not Inspector.from_engine()Mike Bayer2020-02-031-2/+2
* Provide a context for render_python_codeMike Bayer2019-12-131-1/+10
* zimports runMike Bayer2019-01-061-8/+10
* pure black run + flake8Mike Bayer2019-01-061-57/+79
* Replace union_update with updateMike Bayer2018-10-171-1/+1
* Revert "Replace set union_update() references with update()"Mike Bayer2018-10-171-1/+1
* Replace set union_update() references with update()Luis Calderon2018-10-161-1/+1
* Allow target_metadata to be a sequenceMike Bayer2017-02-231-1/+45
* Add process_revision_directives param to command.revision()Mike Bayer2017-02-221-2/+8
* - Fixed an 0.8 regression whereby the "imports" dictionary member ofMike Bayer2015-10-161-3/+21
* - add a test and changelog notes for the fact that a non-autogenerateMike Bayer2015-08-211-1/+0
* - Fixed a regression 0.8 whereby the "multidb" environment templateMike Bayer2015-08-201-31/+55
* - Added new multiple-capable argument ``--depends-on`` to theMike Bayer2015-07-281-1/+3
* - rework all of autogenerate to build directly on alembic.operations.opsMike Bayer2015-07-161-82/+224
* - squash merge of ticket_302 branchMike Bayer2015-07-031-226/+101
* - changelog for #266Mike Bayer2015-03-191-2/+4
* Raise exception if autogenerate is tried with as_sql=TrueJohannes Erdfelt2015-02-231-0/+7
* - refactor the FK merge a bitMike Bayer2014-11-301-4/+3
* - Merge branch 'add_fk_check' of https://bitbucket.org/akamyshnikova/alembic ...Mike Bayer2014-11-301-2/+6
|\
| * Add _add_fk_constraint and _drop_fk_constraint to renderAnn Kamyshnikova2014-11-111-2/+2
| * Update and add some tests for checking fkAnn Kamyshnikova2014-11-071-1/+3
* | - add tests for batch autogenerateMike Bayer2014-11-071-0/+1
* | - add support for autogenerate to include "batch"Mike Bayer2014-11-061-7/+41
* | - use pyprinter for autogen so that we get indentation logicMike Bayer2014-11-061-23/+41
|/
* - If the "alembic_version" table is present in the target metadata,Mike Bayer2014-10-291-5/+11
* - fix long lines within packageMike Bayer2014-09-091-12/+2
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-091-20/+28
* - Added support for autogenerate covering the use case where :class:`.Table`Mike Bayer2014-01-301-1/+3
* Handle include_* arguments in compare_metadata()Roman Podoliaka2014-01-281-14/+27
* - refactor autogeneration into its own packageMike Bayer2013-09-081-0/+286