summaryrefslogtreecommitdiff
path: root/docs/build/ops.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add Operations and BatchOperations stub methodsCaselIT2023-05-041-0/+3
| | | | | | | | | | | | | Updated stub generator script to also add stubs method definitions for the :class:`.Operations` class and the :class:`.BatchOperations` class obtained from :meth:`.Operations.batch_alter_table`. Repaired the return signatures for :class:`.Operations` that mostly return ``None``, and were erroneously referring to ``Optional[Table]`` in many cases. Fixes: #1093 Change-Id: I98d38dd5a1e719b4dbbc1003746ec28f26c27808
* Add members to operations, batchMike Bayer2020-05-051-0/+2
| | | | | | | | for some reason these did not have :members: and for some reason it used to work anyway. Change-Id: I2ead3dd7ffe5d313693dfca6e8b312f4e39ac743 Fixes: #689
* - fix some sphinx link stuffMike Bayer2017-07-061-2/+5
|
* - squash merge of ticket_302 branchMike Bayer2015-07-031-8/+10
| | | | | | | | | | | - The internal system for Alembic operations has been reworked to now build upon an extensible system of operation objects. New operations can be added to the ``op.`` namespace, including that they are available in custom autogenerate schemes. fixes #302 - The internal system for autogenerate been reworked to build upon the extensible system of operation objects present in #302. A new customization hook process_revision_directives is added to allow manipulation of the autogen stream. Fixes #301
* fix docstring referencesrel_0_2_0Mike Bayer2012-01-301-1/+1
|
* - tried it out in my work project, and realized the "op" and "context" ↵Mike Bayer2012-01-241-0/+3
| | | | | | | | | | namespaces need to be there fully and in particular "context" needs to be a proxy object, as env.py may have dependencies which live beyond the scope of the migration script. Will have to try to make these proxies as straightforward as possible. - more architecture docs
* documentation including an API diagramMike Bayer2012-01-241-7/+13
|
* documentation updates for 0.2Mike Bayer2012-01-241-1/+1
|
* - remove add_constraint, this is not the current philosophy of the op packageMike Bayer2011-11-151-0/+11
| | | | | | | - document most op methods - add support for create_index, drop_index - remove needless arguments from drop_table - propagate arguemnts to UniqueConstraint
* docs docs docs docsMike Bayer2011-11-151-0/+11
|
* docsMike Bayer2011-11-081-0/+2
|
* docsMike Bayer2011-11-081-0/+8