This commit is contained in:
Yasuhiro Matsumoto 2017-08-30 19:30:53 +09:00
parent 911f1c4fa6
commit 58ed4a0810
1 changed files with 0 additions and 1 deletions

View File

@ -1048,7 +1048,6 @@ func (rc *SQLiteRows) Next(dest []driver.Value) error {
if rv != C.SQLITE_OK {
return rc.s.c.lastError()
}
rc.s.mu.Unlock()
return nil
}