SQL Editor: Fixed an issue where the wrong ID was selected after a join operation Improved behavior of the progress control AI assistant: Fixed an issue when model names case Metadata: Fixed an issue with object editor resize Data Editor:…
SQL Editor: Fixed an issue where the wrong ID was selected after a join operation Improved behavior of the progress control AI assistant: Fixed an issue when model names case Metadata: Fixed an issue with object editor resize Data Editor:…
SQL Editor: Result grid minimizing now works correctly Fixed an issue when alias names were duplicated in join table completion Fixed an issue when the selected schema in new scripts reset on reconnect Autocomplete proposals are no longer shown for…
Changes since 25.1.5: AI Assistant: Added query preview to the @ai command and AI chat query confirmation Added support of a custom OpenAI API base URL (thanks to @p12tic) Improved query analysis performance SQL Editor: Issues with slow auto-completion of…
SQL Editor: Tables with foreign keys are now displayed at the top of the autocompletion list Fixed foreign key conditions and join suggestions for subqueries SQL processing settings were redesigned AI assistant: added confirmation for executing dangerous AI-generated queries (configurable)…
SQL Editor: Fixed autocomplete for tables which names conflicts with keywords Fixed WHERE keyword autocompletion Fixed collapse/expand of result tabs CEIL and CEILING are no longer highlighted as keywords Data Editor: Fixed the icon for the “Move to Top” action…
AI integration is now included in the Community packaging, extension install is not needed anymore SQL Editor: Fixed an issue when files modified externally could not be closed without overwriting Schemas/catalogs support in the Generic driver was improved Metadata: fixed…
SQL Editor: Added variables for virtual column manipulation: row (a map of column names to their values) and table (with name, schema, and container fields) Aliases can now be used in a case-insensitive manner Fixed issue where the selected schema…
SQL Editor: Added support for column expansion for CTEs Added support for TSQL “TOP” expression Added support for CTE names in sub-queries Disabled SQL autocomplete inside DBeaver SQL commands Fixed an issue where code completion failed in long queries when…
Changes since 25.0.5: SQL Editor: If referenced table has an alias, it’s now always prepended before column name for semantic completion Added a new setting for semantic completion to control fully-qualified column names Fixed bind variables dialog layout for large…
SQL Editor: CTE completion and navigation support was significantly improved SQL columns completion was fixed (issue with overlapping names) Added support of STRAIGHT_JOIN and LATERAL JOIN Several navigation shortcuts were fixed to avoid conflicts with European keyboard layouts Metadata: Added…