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

This commit is contained in:
M. Taimoor Zaeem
2024-12-25 11:43:34 +01:00
committed by Wolfgang Walther
parent 7b9027ea0a
commit 9fcbf994cb
4 changed files with 18 additions and 3 deletions
+5
View File
@@ -3319,6 +3319,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