Skip to content

🐛 v3.1.8 Fix SQL pipes with nested CTEs and UNION ALL subqueries.#228

Merged
bmeares merged 5 commits intomainfrom
dev
Mar 10, 2026
Merged

🐛 v3.1.8 Fix SQL pipes with nested CTEs and UNION ALL subqueries.#228
bmeares merged 5 commits intomainfrom
dev

Conversation

@bmeares
Copy link
Owner

@bmeares bmeares commented Mar 10, 2026

v3.1.8

  • Fix issue with CTEs (WITH keyword) and UNION ALL subqueries.
    A bug has been fixed where queries containing both CTEs (WITH) and UNION ALL queries would previously break the query parser.

  • Add the schema to the drop pipes confirmation prompt.
    To enhance clarification, a SQL pipe's table schema will be included the confirmation prompt.

  • Upgrade xterm.js.
    The latest xterm.js (v6.0.0) is now included for the webterm. This also includes refactoring work to address scrollbar issues on Chromium-based browsers.

  • Upgrade dash to 4.0.
    This release upgrades to web dashboard to Plotly Dash 4, which improves the multi-select dropdowns.

@bmeares bmeares merged commit 6fbc89c into main Mar 10, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant