-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not allow inserts into tables with null key (#3605)
* fix: do not allow inserts into tables with null key Fixes: #3021 Tables do not support rows with `null` keys, so we should not allow users to insert rows with `null` keys.
- Loading branch information
1 parent
788f2ea
commit 7e326b7
Showing
2 changed files
with
131 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters