Skip to content

Commit

Permalink
add missing pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
lnkuiper committed Nov 15, 2024
1 parent c7aaf92 commit c713ba8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/sql/fts/deliminator.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ require fts

require no_alternative_verify

statement ok
PRAGMA explain_output = OPTIMIZED_ONLY

statement ok
CREATE TABLE documents(id VARCHAR, body VARCHAR)

Expand Down

0 comments on commit c713ba8

Please sign in to comment.