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 c1379fc commit bedc298Copy full SHA for bedc298
sqlite3_opt_preupdate_omit.go
@@ -13,7 +13,7 @@ package sqlite3
13
// The callback is passed a SQLitePreUpdateData struct with the data for
14
// the update, as well as methods for fetching copies of impacted data.
15
//
16
-// 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
17
// removed. If callback is nil the existing hook (if any) will be removed
18
// without creating a new one.
19
func (c *SQLiteConn) RegisterPreUpdateHook(callback func(SQLitePreUpdateData)) {
0 commit comments