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