Skip to content

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

Choose a tag to compare

@bmeares bmeares released this 10 Mar 21:36
· 4 commits to main since this release
6fbc89c

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.