Skip to content

Disable notnull prikey constraints#12

Merged
andinux merged 6 commits intodevfrom
disable-notnull-prikey-constraints
Mar 10, 2026
Merged

Disable notnull prikey constraints#12
andinux merged 6 commits intodevfrom
disable-notnull-prikey-constraints

Conversation

@andinux
Copy link

@andinux andinux commented Mar 10, 2026

No description provided.

marcobambini and others added 6 commits March 9, 2026 08:42
Verify that INSERT operations with NULL primary key values are rejected
with an appropriate error message, even when the column lacks an explicit
NOT NULL constraint.
The extension now enforces NULL primary key rejection at runtime, so
the explicit NOT NULL constraint on PK columns is no longer a schema
requirement. Replace the "must be NOT NULL" guidance with a note about
runtime enforcement.
@andinux andinux merged commit 938d6ed into dev Mar 10, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants