DataSpell 2026.1.1

Released: Apr 29, 2026

2026.1.1 での更新項目

機能

  • Added support for DATABASE ROLE syntax in Snowflake.
  • Added support for RETURNS TABLE syntax when creating procedures in Snowflake.
  • Added support for directed joins in Snowflake.
  • Added support for table aliases in UPDATE and DELETE.
  • Moved color settings to the large settings dialog.
  • SSI support in the built-in web server has been discontinued. The built-in server is intended for previewing static content and does not support server-side processing. Projects relying on .shtml or SSI directives should be run using a dedicated local web server (e.g. Apache or Nginx).

不具合の修正

  • Code Highlighting
    • Fixed issue with 'create task' syntax.
    • False-positive "Cursor might not have been open" warning for cursors with parameters.
  • DDL Data Source
    • Only the first file listed in sources for DDL data source is used for resolve / completion in sql files (even if listed in resolution scope).
  • Database Explorer
    • Old colors: custom colors rendered incorrectly (because of the lost # character).
  • Schema Diff
    • Dump to DDL data source ignores IF NOT EXISTS setting for indexes.