fix: insert with missing=default uses column default before using domain default

This commit is contained in:
M. Taimoor Zaeem
2024-12-23 15:27:40 -05:00
committed by Steve Chavez
parent 0d640442b1
commit 56c14474da
4 changed files with 16 additions and 1 deletions
+5
View File
@@ -3274,6 +3274,11 @@ create table evil_friends(
, name text
);
create table evil_friends_with_column_default(
id devil_int default 420
, name text
);
create table bets (
id int
, data_json json