You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The :paramref:.Column.nullable flag is implicitly set to False
when that :class:.Column is referred to in an explicit
:class:.PrimaryKeyConstraint for that table. This behavior now
matches that of when the :class:.Column itself has the
:paramref:.Column.primary_key flag set to True, which is
intended to be an exactly equivalent case.
fixes inconsistent behavior of nullable with PrimaryKeyConstraint #3023
The :paramref:.Column.nullable flag is implicitly set to False
when that :class:.Column is referred to in an explicit
:class:.PrimaryKeyConstraint for that table. This behavior now
matches that of when the :class:.Column itself has the
:paramref:.Column.primary_key flag set to True, which is
intended to be an exactly equivalent case.
fixes inconsistent behavior of nullable with PrimaryKeyConstraint #3023
Migrated issue, originally created by Michael Bayer (@zzzeek)
this is fairly egregious, breaks alembic as one might expect
The text was updated successfully, but these errors were encountered: