From 7e3f40d22b46c917e47f7c76eb5da464783c585f Mon Sep 17 00:00:00 2001 From: David Johnson Date: Mon, 30 Jul 2007 14:59:57 +0000 Subject: [PATCH] Add missing comma in query. --- db/libdb.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/libdb.py.in b/db/libdb.py.in index 15b5c98bc..6f5428fb9 100644 --- a/db/libdb.py.in +++ b/db/libdb.py.in @@ -456,7 +456,7 @@ def TBSetNodeHistory(nodeid, op, uid, pid, eid): return DBQueryWarn("insert into node_history set " " history_id=0, node_id=%s, op=%s, " - " uid=%s, uid_idx=%s stamp=UNIX_TIMESTAMP(now()), " + " uid=%s, uid_idx=%s, stamp=UNIX_TIMESTAMP(now()), " " exptidx=%s", (nodeid,op,uid,idx,exptidx)) -- GitLab