From 7f12e4a2b7400c2cc88002af8e92366da204a289 Mon Sep 17 00:00:00 2001 From: go-jet Date: Sat, 4 Apr 2026 20:05:11 +0200 Subject: [PATCH] Fix circle.ci --- tests/postgres/alltypes_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/postgres/alltypes_test.go b/tests/postgres/alltypes_test.go index 822b146..8ca5538 100644 --- a/tests/postgres/alltypes_test.go +++ b/tests/postgres/alltypes_test.go @@ -1062,6 +1062,8 @@ LIMIT $38; } func TestUInt64Overflow(t *testing.T) { + skipForCockroachDB(t) + stmt := AllTypes.INSERT(AllTypes.BigInt). VALUES(Uint64(math.MaxUint64))