dalibo / pev2

Postgres Explain Visualizer 2
https://explain.dalibo.com
PostgreSQL License
2.63k stars 129 forks source link

Fix parsing issue for last line if contains quote #656

Closed pgiraud closed 2 months ago

pgiraud commented 2 months ago

For example, the "Execution time" line was not parsed correctly when surrounded by quotes and on the very last line (no line break after)

Fixes #573 Fixes #601