🐛 v3.1.8 Fix SQL pipes with nested CTEs and UNION ALL subqueries.
v3.1.8
-
Fix issue with CTEs (
WITHkeyword) andUNION ALLsubqueries.
A bug has been fixed where queries containing both CTEs (WITH) andUNION ALLqueries would previously break the query parser. -
Add the schema to the
drop pipesconfirmation prompt.
To enhance clarification, a SQL pipe's table schema will be included the confirmation prompt. -
Upgrade
xterm.js.
The latestxterm.js(v6.0.0) is now included for the webterm. This also includes refactoring work to address scrollbar issues on Chromium-based browsers. -
Upgrade
dashto 4.0.
This release upgrades to web dashboard to Plotly Dash 4, which improves the multi-select dropdowns.