aboutsummaryrefslogtreecommitdiff
path: root/test/pg_common.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'test/pg_common.tcl')
-rw-r--r--test/pg_common.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pg_common.tcl b/test/pg_common.tcl
index b3f35cd0e..dd16659a6 100644
--- a/test/pg_common.tcl
+++ b/test/pg_common.tcl
@@ -18,6 +18,8 @@ sqlite3 sqlite ""
proc execsql {sql} {
+ set sql [string map {{WITHOUT ROWID} {}} $sql]
+
set lSql [list]
set frag ""
while {[string length $sql]>0} {