menu

Changelog


Stylize SQL inside of Compiled SQL window

  • Compiled SQL will now be stylized.

Compiled SQL inside of a dbt model

Adding a System level theme option

  • Studio will now have three theme options: System, Light and Dark. System will follow the OS-level dark mode preference.

Fixes and Tweaks

  • Fixed a bug which showed a missing semi-colon error between SQL statements.
  • Fixed a bug which showed incorrect columns when using a CTE that shares a name with a table.
  • Added support for TOP n syntax.
  • Added support for QUALIFY syntax.