diff options
Diffstat (limited to 'test/scanstatus2.test')
-rw-r--r-- | test/scanstatus2.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scanstatus2.test b/test/scanstatus2.test index 7f107cd2e..c94db88f2 100644 --- a/test/scanstatus2.test +++ b/test/scanstatus2.test @@ -265,7 +265,7 @@ ifcapable trace { } proc trace {stmt sql} { - array set A [sqlite3_stmt_scanstatus -flags complex [format %x $stmt] 0] + array set A [sqlite3_stmt_scanstatus -flags complex [format %llx $stmt] 0] lappend ::trace_explain $A(zExplain) } db trace_v2 trace |