mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Many small harmless comment changes. Removal of obsolete comments and
fixing misspelled words. No changes to code. FossilOrigin-Name: a0d5cc9315dc6e9ef7dee4c3dfabf4e562d64376
This commit is contained in:
@@ -1002,7 +1002,7 @@ void sqlite3CodeRowTriggerDirect(
|
||||
/*
|
||||
** This is called to code the required FOR EACH ROW triggers for an operation
|
||||
** on table pTab. The operation to code triggers for (INSERT, UPDATE or DELETE)
|
||||
** is given by the op paramater. The tr_tm parameter determines whether the
|
||||
** is given by the op parameter. The tr_tm parameter determines whether the
|
||||
** BEFORE or AFTER triggers are coded. If the operation is an UPDATE, then
|
||||
** parameter pChanges is passed the list of columns being modified.
|
||||
**
|
||||
|
Reference in New Issue
Block a user