]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Nulls not distinct support in postgresql
authorFederico Caselli <cfederico87@gmail.com>
Thu, 8 Jun 2023 19:32:11 +0000 (15:32 -0400)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 20 Jun 2023 18:02:39 +0000 (20:02 +0200)
commitfd5916476217b1ce8b0f74bb4289d0f157a42951
treea0606a72e3ee4360b6a0fbdb27a124978309de34
parent79738c9e971d4bbe6f4845a54fd0f972d15e1035
Nulls not distinct support in postgresql

Added support in autogenerate for NULLS NOT DISTINCT in
the PostgreSQL dialect.

Closes: #1249
Pull-request: https://github.com/sqlalchemy/alembic/pull/1249
Pull-request-sha: e4a7ffed54677d5aba9ab0251026a8a2a0e71278

Change-Id: I299a24fa7af4ae9387d6b48ce49fb516dfb84518
alembic/autogenerate/compare.py
alembic/autogenerate/render.py
alembic/ddl/impl.py
alembic/ddl/postgresql.py
alembic/operations/base.py
docs/build/unreleased/1249.rst [new file with mode: 0644]
tests/requirements.py
tests/test_postgresql.py