## problem queries with [explain query plan](https://sqlite.org/eqp.html) fail when using the sqlite dialect ## example query: ```sql select * from "sensor_data" ``` error: ```sh sql parser error: Expected: end of statement, found: plan at Line: 1, Column: 15 ```