From 528a1e248cc36b5374deedfc92bbf03b0027981f Mon Sep 17 00:00:00 2001 From: Robin Tang Date: Thu, 3 Oct 2024 10:24:25 -0700 Subject: [PATCH] Insert. --- integration_tests/postgres/main.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integration_tests/postgres/main.go b/integration_tests/postgres/main.go index c8983375..87dd7ce3 100644 --- a/integration_tests/postgres/main.go +++ b/integration_tests/postgres/main.go @@ -146,6 +146,10 @@ INSERT INTO %s VALUES ( 100000123100000123, -- c_bit B'1', + -- c_bit1 + B'1', + -- c_bit5 + B'10101', -- c_boolean true, -- c_box