Update sqlite3_opt_preupdate_omit.go

json-example
Corey Butler 2022-04-22 21:40:39 -05:00 committed by mattn
parent c1379fcb35
commit bedc2985ef
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ package sqlite3
// The callback is passed a SQLitePreUpdateData struct with the data for
// the update, as well as methods for fetching copies of impacted data.
//
// 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
// removed. If callback is nil the existing hook (if any) will be removed
// without creating a new one.
func (c *SQLiteConn) RegisterPreUpdateHook(callback func(SQLitePreUpdateData)) {