From f624b0644a718fb9a81be37dcff1ec7f6dc7249f Mon Sep 17 00:00:00 2001 From: dharsan18 Date: Sun, 14 Sep 2025 18:33:32 +0000 Subject: [PATCH] chore: fix --- src/pglink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pglink.c b/src/pglink.c index f8059c0..9747558 100644 --- a/src/pglink.c +++ b/src/pglink.c @@ -744,7 +744,7 @@ static char *str_types_map[][2] = { {"Float32", "REAL"}, {"Float64", "DOUBLE PRECISION"}, {"Decimal", "NUMERIC"}, - {"Boolean", "BOOLEAN"}, + {"Bool", "BOOLEAN"}, {"String", "TEXT"}, {"DateTime", "TIMESTAMP"}, {"Date", "DATE"}, // important that this one is after other Date types