mirror of https://github.com/lqs/sqlingo
fix compilation error
This commit is contained in:
parent
12fc7d231a
commit
b0920045cc
6
array.go
6
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue