From bd3e0d422cccdeb54f0033db509e9ecc1b53ad6c Mon Sep 17 00:00:00 2001 From: "Christoph Engelbert (noctarius)" Date: Thu, 13 Jul 2023 15:12:05 +0200 Subject: [PATCH] Fixes #1684 QCharArrayOID being defined with the wrong OID --- pgtype/pgtype.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgtype/pgtype.go b/pgtype/pgtype.go index 8b636763..59d833a1 100644 --- a/pgtype/pgtype.go +++ b/pgtype/pgtype.go @@ -44,7 +44,7 @@ const ( MacaddrOID = 829 InetOID = 869 BoolArrayOID = 1000 - QCharArrayOID = 1003 + QCharArrayOID = 1002 NameArrayOID = 1003 Int2ArrayOID = 1005 Int4ArrayOID = 1007