diff options
author | mattn <mattn.jp@gmail.com> | 2014-11-14 02:21:49 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2014-11-14 02:21:49 +0900 |
commit | 12a1c0f435a7bd74bcd48d46007d08570797c224 (patch) | |
tree | e156a11fc8d674428be108a711c289e7062cf173 /sqlite3.go | |
parent | Should affect on only 386 (diff) | |
download | golite-12a1c0f435a7bd74bcd48d46007d08570797c224.tar.gz golite-12a1c0f435a7bd74bcd48d46007d08570797c224.tar.xz |
rows.Close()
Diffstat (limited to 'sqlite3.go')
-rw-r--r-- | sqlite3.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } |