Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TPCH queries have semicolon at the end, so when trying to do `SELECT url FROM [EXPLAIN ANALYZE %s];` with query replacing the `%s`, we would have a semicolon within square brackets which would produce a syntax error. Fix this by reading both `automatic` boolean and `url` string and outputting the latter. Release note: None
- Loading branch information