Skip to content

Commit 3e99090

Browse files
jonstacksrittneje
andcommitted
Update sqlite3.go
Co-authored-by: rittneje <[email protected]>
1 parent d74f081 commit 3e99090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@ func (c *SQLiteConn) SetFileControlInt(dbName string, op int, arg int) error {
18961896
return nil
18971897
}
18981898

1899-
// SetFileControlInt invokes the xFileControl method on a given database. The
1899+
// SetFileControlInt64 invokes the xFileControl method on a given database. The
19001900
// dbName is the name of the database. It will default to "main" if left blank.
19011901
// The op is one of the opcodes prefixed by "SQLITE_FCNTL_". The arg argument
19021902
// and return code are both opcode-specific. Please see the SQLite documentation.

0 commit comments

Comments
 (0)