From b0920045cce764b209338b723df18d0036812590 Mon Sep 17 00:00:00 2001 From: Qishuai Liu Date: Thu, 31 Aug 2023 10:19:49 +0900 Subject: [PATCH] fix compilation error --- array.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/array.go b/array.go index 6f10329..af7eae1 100644 --- a/array.go +++ b/array.go @@ -20,12 +20,6 @@ type untypedTextArray struct { Dimensions []ArrayDimension // } -// ParseToSlice only suppose one-dimensional array -func ParseToSlice(queryResult string, dest any) error { - // todo - return nil -} - // Skip the space prefix func skipWhitespace(buf *bytes.Buffer) { var r rune