rows.Close()
This commit is contained in:
@@ -210,6 +210,7 @@ func (c *SQLiteConn) Query(query string, args []driver.Value) (driver.Rows, erro
|
|||||||
if tail == "" {
|
if tail == "" {
|
||||||
return rows, nil
|
return rows, nil
|
||||||
}
|
}
|
||||||
|
rows.Close()
|
||||||
s.Close()
|
s.Close()
|
||||||
query = tail
|
query = tail
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user