diff options
Diffstat (limited to 'testdata/tcl/pg_common.tcl')
-rw-r--r-- | testdata/tcl/pg_common.tcl | 2 |
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} { |