aboutsummaryrefslogtreecommitdiff
path: root/testdata/tcl/pg_common.tcl
diff options
context:
space:
mode:
authorJan Mercl <0xjnml@gmail.com>2020-08-26 23:31:54 +0200
committerJan Mercl <0xjnml@gmail.com>2020-08-26 23:31:54 +0200
commite662a135d139be00d9539517df0976318adbdfa1 (patch)
treea3f39f3ad0b653020dbd24f23ca5e32ac86fce3b /testdata/tcl/pg_common.tcl
parent43c865ce5d35eb463e4a05f65e8e388364480711 (diff)
release 1.4.0v1.4.0
Diffstat (limited to 'testdata/tcl/pg_common.tcl')
-rw-r--r--testdata/tcl/pg_common.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/tcl/pg_common.tcl b/testdata/tcl/pg_common.tcl
index b3f35cd..dd16659 100644
--- a/testdata/tcl/pg_common.tcl
+++ b/testdata/tcl/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} {