summaryrefslogtreecommitdiff
path: root/docs/build/unreleased/896.rst
blob: c6efce42aa423cffa5c8967a96e6f0f4a827ae5c (plain)
1
2
3
4
5
6
7
8
9
10
.. change::
    :tags: bug, regression, batch
    :tickets: 896

    Fixed regression in batch mode due to :ticket:`883` where the "auto" mode
    of batch would fail to accommodate any additional migration directives
    beyond encountering an ``add_column()`` directive, due to a mis-application
    of the conditional logic that was added as part of this change, leading to
    "recreate" mode not being used in cases where it is required for SQLite
    such as for unique constraints.