Commit Graph

1091 Commits

Author SHA1 Message Date
zipg cdfa993642
fix(completion): keep auto alias and schema-qualify SQL Server FK JOIN candidates 2026-08-09 19:55:12 +08:00
zipg 7c2528d32f
feat(grid): show nullable indicator in query result headers 2026-08-09 19:35:25 +08:00
t8y2 5d5b4f6154
fix(query): normalize SAP HANA metadata identifiers
Closes #5299
2026-08-09 19:19:15 +08:00
t8y2 1daaac03aa
fix(jdbc): show Oracle schemas for custom drivers
Closes #5638
2026-08-09 18:05:23 +08:00
t8y2 9e3013adf9
fix(mongodb): support createUser shell commands
Closes #5639
2026-08-09 15:51:04 +08:00
二丫讲梵 b1fcb23625
feat(data-grid): improve transpose view record location and last-column alignment 2026-08-09 14:14:08 +08:00
zipg 72ff141f02
feat(timeout): support global connection and query timeout settings 2026-08-09 13:57:42 +08:00
zipg 5c343ab416
fix(tab): avoid accidental drag on slight tab movement 2026-08-09 13:57:02 +08:00
t8y2 cedd2e5097
fix(query): show returned rows in execution summary
Closes #5621
2026-08-09 01:27:23 +08:00
t8y2 ad9ca8400b
fix(tdengine): recognize tbname in stable diagnostics
Closes #5685
2026-08-08 18:28:11 +08:00
zipg e49d86b101
feat(mongo): refine document browsing and structured filter experience 2026-08-08 11:36:57 +08:00
zipg 50c42d8935
fix(postgres): support array types when adding columns 2026-08-08 11:13:42 +08:00
Guoyu Su 36e5fa4f4c
feat(ai): add Cursor CLI provider 2026-08-08 11:08:18 +08:00
zipg 9057be0e78
fix(sql): skip metadata refresh for temporary tables 2026-08-08 10:44:21 +08:00
zipg fa2365153a
fix(kingbase): compat V8 routine source and add extension details 2026-08-08 10:38:16 +08:00
Guoyu Su 309e3aef5e
feat(ai): add OpenCode CLI provider 2026-08-07 17:06:03 +08:00
Freedom b10d276d96
fix(grid): unify and refine data grid selection visuals 2026-08-07 15:57:45 +08:00
Diego Fabricio 19401112d2
feat(grid): add checkbox/dropdown display mode for boolean columns 2026-08-07 15:51:09 +08:00
onenewcode 8fb7559310
fix(settings): keep cross-db same-name preset fields 2026-08-07 15:31:44 +08:00
Eddy Lei a5e46fd659
feat(query): show database server messages in query results 2026-08-07 15:18:32 +08:00
zipg 4ae3e33103
fix(i18n): parse imported locale sections in autofill 2026-08-07 13:54:37 +08:00
高桥凉介 9bb1b7aa91
fix(export): show all dameng databases in export dropdown 2026-08-07 13:48:10 +08:00
zipg 7d2a5d3355
fix(export): release db backup snapshot only on terminal state 2026-08-07 13:44:13 +08:00
Abeautifulsnow 13878a1a30
fix(sidebar): match cross-word table names via prefix concatenation 2026-08-07 13:43:42 +08:00
github-actions[bot] 518f60fc11 chore(packages): release 0.4.56 [skip node-packages-release] 2026-08-07 00:00:08 +00:00
Guoyu Su dfb9971849
feat(sidebar): expose visible object filters in the connection tree
* feat(sidebar): expose visible object filter

* fix(sidebar): refine visible filter status

* refactor(sidebar): move visible filter status to details

* fix(sidebar): clarify visible filter action
2026-08-07 03:24:25 +08:00
zipg f8b2924f42
fix(diagram): preserve viewport across fullscreen and restore on exit 2026-08-07 02:40:49 +08:00
zipg a1dfc81d4c
fix(oracle): highlight execution error position in editor 2026-08-06 23:16:35 +08:00
Guoyu Su 69f4450aee
feat(jdbc): add managed Apache Phoenix profile 2026-08-06 23:16:12 +08:00
jinmo ab586d121a
fix(mqtt): persist topics and support advanced options 2026-08-06 23:15:17 +08:00
t8y2 48e5ef331a
fix(mcp): expose message queue topics
Closes #5214
2026-08-06 21:49:30 +08:00
zipg 89a35d6e02
fix(editor): protect external SQL files from conflicting changes 2026-08-06 20:13:59 +08:00
zipg 3e6b3d5321
fix(navigation): use target db for cross-database table jump 2026-08-06 20:10:44 +08:00
onenewcode 939c8d493d
feat(elasticsearch): add response content search 2026-08-06 17:09:15 +08:00
zipg 9d348f8ef7
fix(export): keep MySQL database export snapshots alive 2026-08-06 16:32:39 +08:00
二丫讲梵 c0b2cfc2ca
fix(sidebar): sync tree node expansion state after async load 2026-08-06 14:45:25 +08:00
t8y2 9dbbfb4a06
feat(sidebar): show connection note next to label with tight comment spacing 2026-08-06 02:11:02 +08:00
t8y2 67e6b3f32d
Revert "feat(sidebar): expose visible object filter"
This reverts commit 580b70e1d4.
2026-08-06 01:27:16 +08:00
二丫讲梵 fa6540b739
fix(sidebar): 修复搜索筛选树分组折叠在 scope-only 过滤下空操作
* 🐛 fix(sidebar): 修复搜索筛选树的分组折叠与重复点击切换

- 在保留搜索子树时应用临时折叠状态,避免空分组重新展开
- 仅在搜索筛选期间记录节点折叠操作
- 允许分组标签双击后的连续点击正常切换展开状态
- 补充侧边栏搜索及节点点击行为测试

* fix(sidebar): collapseAllTreeNodes 按 scope-only 过滤填充 searchCollapsedIds

---------

Co-authored-by: t8y2 <t8y2@users.noreply.github.com>
Co-authored-by: skyler <1156263951@qq.com>
2026-08-06 00:55:24 +08:00
t8y2 b58c221e16
test(sidebar): 同步 openObjectSourceDialog 正则到 editableSource 2026-08-06 00:39:05 +08:00
zipg 445b6473f4
fix(saved-sql): 修复 SQL 库连接关联丢失与历史文件不可见
* fix: 持久化并显示 SQL 库连接关联

* fix: 补充 SQL 库关联状态翻译

* chore: 修复数据标签页策略格式

---------

Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
2026-08-05 23:58:32 +08:00
Guoyu Su 580b70e1d4
feat(sidebar): expose visible object filter 2026-08-05 23:58:22 +08:00
zipg 2ede64f1cb
feat(db): 支持 VictoriaMetrics 数据库
* feat(victoriametrics): support native MetricsQL queries

* fix(victoriametrics): 完善指标浏览和结果导出

* fix(victoriametrics): 修复指标对象通用操作入口

* fix(victoriametrics): 修正指标注释和截断提示

* fix(i18n): 补齐 VictoriaMetrics 连接配置翻译

---------

Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
2026-08-05 23:58:11 +08:00
zipg 51dedaa5b7
fix(structure): 允许清除已删除字段的索引引用
Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
2026-08-05 23:57:30 +08:00
zipg e1822cb704
feat(ui): 补充国产数据库中文品牌名称
Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
2026-08-05 23:15:53 +08:00
github-actions[bot] a6d335fff9 chore(packages): release 0.4.55 [skip node-packages-release] 2026-08-05 11:31:01 +00:00
miracle 605d20dd4f
perf(export): optimize SQL export performance 2026-08-05 14:57:06 +08:00
onenewcode 12360e9793
fix(mysql): allow SHOW TRIGGERS in agent 2026-08-05 14:51:13 +08:00
t8y2 f67f02e107
feat(grid): refine boolean editing and copy actions 2026-08-05 14:22:52 +08:00
t8y2 d65d712089
feat(tabs): add configurable data tab reuse modes 2026-08-05 13:05:26 +08:00