Skip to content

Commit

Permalink
fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
lqs committed Aug 31, 2023
1 parent 12fc7d2 commit b092004
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions array.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b092004

Please sign in to comment.