We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df077b commit c1379fcCopy full SHA for c1379fc
sqlite3_opt_preupdate_hook.go
@@ -33,7 +33,7 @@ import (
33
// The callback is passed a SQLitePreUpdateData struct with the data for
34
// the update, as well as methods for fetching copies of impacted data.
35
//
36
-// If there is an existing update hook for this connection, it will be
+// If there is an existing preupdate hook for this connection, it will be
37
// removed. If callback is nil the existing hook (if any) will be removed
38
// without creating a new one.
39
func (c *SQLiteConn) RegisterPreUpdateHook(callback func(SQLitePreUpdateData)) {
0 commit comments