fix compilation error

This commit is contained in:
Qishuai Liu 2023-08-31 10:19:49 +09:00
parent 12fc7d231a
commit b0920045cc
No known key found for this signature in database
1 changed files with 0 additions and 6 deletions

View File

@ -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