jischeng
112fce1050
fix(data-tab): fall back to LIMIT 0 preview for snapshot-less lake tables ( #2197 )
...
Lake/external tables (e.g. Paimon in StarRocks) return 'There is currently no snapshot' on data reads when no snapshot exists yet, while metadata reads (DESC/SHOW CREATE) still succeed. Opening such a table surfaced the raw server error because executeTabSql stores the failure as an 'Error' result and never reached the column fetch. Detect that error result and retry the preview with LIMIT 0, which returns the table structure (columns + empty grid). Skip the synthetic-row-id re-query on this path since it is another data read that would fail the same way.
2026-06-30 18:42:05 +08:00
zipg
0777e4aad1
Fix: 修复对象浏览器标签页切回后布局异常 ( #2223 )
...
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-30 18:28:14 +08:00
zipg
04b12f7c06
Fix: 修复 MySQL 存储过程 SELECT 结果未显示 ( #2245 )
...
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-30 18:27:03 +08:00
zipg
58e02fcae1
Fix: 修复 MySQL DESC UPDATE 行内执行按钮解析 ( #2243 )
...
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-30 18:25:14 +08:00
zipg
ccb91784b3
perf(editor): cache executable statement ranges for large SQL scrolling
...
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-30 18:05:37 +08:00
zipg
8162a420e3
feat(tabs): display pinned tabs in a separate row
...
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-30 18:02:52 +08:00
onenewcode
aae2cae068
fix(export): append semicolons to exported DDL statements
2026-06-30 18:00:44 +08:00
luoianun
ba71068bc8
fix(agent): harden JRE runtime downloads
...
Co-authored-by: luoianun <20828060+luoianun@users.noreply.github.com>
2026-06-30 17:59:15 +08:00
zipg
6a4a8b2828
fix(grid): show empty state for condition history dropdown
...
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-30 17:51:56 +08:00
zipg
36ea44b6bc
fix(i18n): add query timeout button translations
...
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-30 17:50:54 +08:00
onenewcode
7941f30484
fix(postgres): preserve owned sequences during transfer
2026-06-30 17:49:18 +08:00
juve
894ef0c9e0
feat(build): support NixOS packaging
...
* Feature: Support NixOS
* remove dbx-web
---------
Co-authored-by: juve <juevmail8@gmail.com>
2026-06-30 17:46:12 +08:00
zipg
9b93ac777c
fix: 修复 MySQL 索引注释回填
2026-06-30 17:40:48 +08:00
t8y2
9337c7593d
fix(driver-store): hide native agent JRE badge
2026-06-30 17:38:50 +08:00
zipg
a6264a0051
fix: 修复 Oracle 表注释列表显示为空
2026-06-30 17:38:30 +08:00
zipg
93582df14a
feat: 查询超时错误页支持跳转修改超时时间
2026-06-30 17:36:44 +08:00
B022MC
cb8989153a
fix: 修复连接树偶发只剩用户与权限
2026-06-30 17:34:13 +08:00
zipg
95be4fb195
fix: 修复 SQL Server 列注释显示
2026-06-30 17:31:57 +08:00
zipg
5d3e692b6b
Fix: 修复 Oracle 注释开头查询不返回结果表
2026-06-30 17:24:53 +08:00
miracle
7cec4892bf
feat(kafka): support Kafka MQ admin client
2026-06-30 17:01:24 +08:00
funnytime
3e7cf30ce5
feat(grid): add data grid quick entry
2026-06-30 09:14:44 +08:00
hb
074cef8358
fix(duckdb): replace empty placeholder database files
2026-06-30 02:45:21 +08:00
zipg
285a1c555a
fix(postgres): prevent composite foreign key DDL from being split ( #2091 )
2026-06-30 02:00:00 +08:00
zipg
3e9c6c4921
fix(sqlserver): add IDENTITY_INSERT keyword completion ( #2093 )
2026-06-30 01:58:16 +08:00
zipg
a458ebd08f
feat(table): add table font size control ( #2095 )
2026-06-30 01:57:14 +08:00
lexmin0412
c04203ca90
fix(vector): use specified database for Milvus collection listing ( #2087 )
2026-06-30 01:53:48 +08:00
zipg
dab1d145bc
fix(connection): show built-in driver update hint on connection failure ( #2111 )
2026-06-30 01:52:37 +08:00
t8y2
96f265507d
fix(docs): update offline driver downloads
2026-06-30 01:22:36 +08:00
zipg
7a21f2584e
feat(sqlCompletion): support SELECT list expand-all-fields completion ( #2155 )
2026-06-30 00:31:53 +08:00
zipg
2a2d46c48b
Fix:同步 OceanBase 查询超时设置 ( #2156 )
2026-06-30 00:12:15 +08:00
zipg
267768ecbd
Fix: keep simple sidebar table pagination bounded ( #2092 )
2026-06-30 00:08:41 +08:00
LC
b951d3a50a
fix(ai): 修复 OpenAI Responses API 请求和流解析 ( #2149 )
2026-06-29 21:21:45 +08:00
zipg
4c9a265bdb
fix: skip sqlserver rowversion columns during transfer ( #2146 )
2026-06-29 21:00:54 +08:00
Guoyu Su
b330b00335
fix(web): persist agent drivers under data dir ( #2147 )
2026-06-29 20:59:05 +08:00
zipg
55bfa11bd1
fix: fallback agent batch execution errors ( #2113 )
2026-06-29 20:34:46 +08:00
zipg
79051437db
Fix:修复表结构字段拖拽排序交互 ( #2119 )
2026-06-29 20:20:41 +08:00
zipg
79298f49d9
improve: 优化 SQL 语义诊断范围
2026-06-29 20:05:26 +08:00
zipg
41ed5e000a
fix: 修复 Kingbase 普通索引展示不全
2026-06-29 20:02:30 +08:00
zipg
7091615f8a
fix: 修复 PostgreSQL 重载过程显示重复
2026-06-29 19:58:01 +08:00
二丫讲梵
a1d8594dca
feat(tabs): 添加标签页切换快捷键支持
2026-06-29 19:53:28 +08:00
二丫讲梵
c8a2292fe9
feat(context-menu): 添加更多操作子菜单以整理破坏性高风险操作
2026-06-29 19:50:20 +08:00
zipg
e3ec2228d3
fix: 优化 WHERE 字段补全排序
2026-06-29 19:42:53 +08:00
二丫讲梵
32f865ff52
feat(context-menu): 调整关闭数据库连接位置,与关闭连接位置对齐
2026-06-29 18:27:39 +08:00
github-actions[bot]
14ca87278e
chore(packages): release 0.4.17 [skip node-packages-release]
2026-06-29 06:48:16 +00:00
t8y2
ba87230302
feat(release): bump app version to 0.5.41
2026-06-29 12:35:59 +08:00
zipg
3b457c13ec
feat(structure): add DDL edit entry and drag reorder
2026-06-29 12:26:43 +08:00
zipg
a65a5881d5
Fix:保留表结构编辑未保存草稿
2026-06-29 12:11:59 +08:00
zipg
7173f07968
修复 Oracle 表别名补全语法
2026-06-29 12:06:49 +08:00
Abeautifulsnow
8094f4901d
fix(browser): ensure connection before mount loads
2026-06-29 12:05:46 +08:00
zipg
ded6e002b5
Fix:修复数据表保存快捷键与提示不一致
2026-06-29 12:01:52 +08:00