achristmascarl / rainfrog

🐸 a database management tui for postgres
https://crates.io/crates/rainfrog
MIT License
2.86k stars 57 forks source link

parsing `EXPLAIN QUERY PLAN` for sqlite #106

Closed achristmascarl closed 1 week ago

achristmascarl commented 1 month ago

bug description

sqlparser is unable to part EXPLAIN QUERY PLAN for sqlite

expected behavior

EXPLAIN QUERY PLAN is displayed similar to EXPLAIN ANALYZE

achristmascarl commented 1 month ago

might be a limitation in sqlparser, tracking in https://github.com/apache/datafusion-sqlparser-rs/issues/1455

achristmascarl commented 1 month ago

should be fixed after upgrading sqlparser after the next release including the fix for the above issue

github-actions[bot] commented 1 week ago

Included in release v0.2.10