mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
Tests.
This commit is contained in:
@@ -152,6 +152,6 @@ func (c Context) ResultError(err error) {
|
||||
}
|
||||
if code != 0 {
|
||||
c.call(c.api.resultErrorCode,
|
||||
uint64(c.handle), uint64(code))
|
||||
uint64(c.handle), code)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user