From 97d5d4b962418e3e648246a809ce03d33b566903 Mon Sep 17 00:00:00 2001 From: jturner Date: Sat, 21 Sep 2013 17:29:17 +0000 Subject: Update sqlite to 3.8.0.2. A list of changes are available here: http://sqlite.org/changes.html. Tested in a bulk and ok landry@ ok espie@ --- lib/libsqlite3/src/trigger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libsqlite3/src/trigger.c') diff --git a/lib/libsqlite3/src/trigger.c b/lib/libsqlite3/src/trigger.c index f1ff766e202..b901d07678e 100644 --- a/lib/libsqlite3/src/trigger.c +++ b/lib/libsqlite3/src/trigger.c @@ -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. ** -- cgit v1.2.3-59-g8ed1b