|
@@ -20,7 +20,6 @@ type xuguRows struct {
|
|
|
|
|
|
func (row *xuguRows) Next(dest []driver.Value) error {
|
|
|
|
|
|
-
|
|
|
if row.results.rowIdx >= len(row.results.Values[0]) {
|
|
|
|
|
|
return io.EOF
|
|
@@ -122,7 +121,6 @@ func (row *xuguRows) Next(dest []driver.Value) error {
|
|
|
|
|
|
|
|
|
func (row *xuguRows) Columns() []string {
|
|
|
-
|
|
|
|
|
|
var columns []string
|
|
|
|