mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-23 17:11:54 -04:00
Factor out constraints into separate methods
Fixed issue where PostgreSQL dialect options such as ``postgresql_include``
on :class:`.PrimaryKeyConstraint` and :class:`.UniqueConstraint` were
rendered in the wrong position when combined with constraint deferrability
options like ``deferrable=True``. Pull request courtesy G Allajmi.
Fixes: #12867
Closes: #13003
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/13003
Pull-request-sha: 1a9216062f
Change-Id: I8c55d8faae25d56ff63c9126d569c01d8ee6c7dd
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
.. change::
|
||||
:tags: bug, postgresql
|
||||
:tickets: 12867
|
||||
|
||||
Fixed issue where PostgreSQL dialect options such as ``postgresql_include``
|
||||
on :class:`.PrimaryKeyConstraint` and :class:`.UniqueConstraint` were
|
||||
rendered in the wrong position when combined with constraint deferrability
|
||||
options like ``deferrable=True``. Pull request courtesy G Allajmi.
|
||||
Reference in New Issue
Block a user