Skip to content

Commit

Permalink
Merge "More PostgreSQL expression index compare fixes" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek authored and Gerrit Code Review committed Nov 21, 2023
2 parents 7007547 + 05c3b09 commit 044e0a1
Show file tree
Hide file tree
Showing 14 changed files with 1,066 additions and 359 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- --keep-unused-type-checking

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies:
Expand Down
3 changes: 2 additions & 1 deletion alembic/autogenerate/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from . import render
from .. import util
from ..operations import ops
from ..util import sqla_compat

"""Provide the 'autogenerate' feature which can produce migration operations
automatically."""
Expand Down Expand Up @@ -440,7 +441,7 @@ def run_name_filters(
def run_object_filters(
self,
object_: SchemaItem,
name: Optional[str],
name: sqla_compat._ConstraintName,
type_: NameFilterType,
reflected: bool,
compare_to: Optional[SchemaItem],
Expand Down
Loading

0 comments on commit 044e0a1

Please sign in to comment.