t8y2
bc49bbbbfa
fix(mongo): parse newline chained find calls
2026-06-24 23:21:06 +08:00
t8y2
b89df5a43c
feat(sql): save external files locally
2026-06-24 23:13:17 +08:00
hb
fa29d4bbde
feat(sql): add placeholders to built-in snippets
2026-06-24 23:10:43 +08:00
t8y2
c8464bf842
fix(mongo): use page size for aggregate results
2026-06-24 22:38:00 +08:00
t8y2
0e2d0b0413
feat(editor): keep semicolon-gap execution on previous statement
2026-06-24 22:28:21 +08:00
t8y2
15546387db
feat(editor): filter schema selector options
2026-06-24 22:12:32 +08:00
t8y2
35af7ac721
feat(sqlserver): save edited views with alter view
2026-06-24 21:39:02 +08:00
zipg
dfcd52a607
fix: improve cell detail editor scroll and height
...
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-24 21:19:08 +08:00
miracle
588ba3352d
feat: stream query result CSV/XLSX exports
...
* docs: add query result streaming export design
* feat(core): stream query result exports
* feat: expose query result streaming export APIs
* feat(desktop): stream query result exports from grid
* fix: route query result export cancellation through its command
* fix: reduce query export batch size and cancel latency
* opt: del local test files
2026-06-24 21:18:11 +08:00
jischeng
849caf4b39
feat(ssh): probe none authentication before credentials
...
Some SSH proxies and jump-hosts authenticate with the "none" method,
requiring no password or key. dbx only tried publickey/password/agent,
so connecting through such a host failed with "SSH public key
authentication failed" — and the frontend forced users to enter a
credential just to pass validation.
- Backend: probe authenticate_none first in connect_and_authenticate;
on rejection fall back to the configured credential method, matching
standard openssh behavior.
- Frontend: drop the "password/key/agent required" check in
validateTransportLayers so passwordless hops can be saved and tested.
Refs #1628
2026-06-24 21:05:57 +08:00
t8y2
4b45912862
fix(tdengine): show database objects without schema layer
2026-06-24 20:18:29 +08:00
zipg
b09e3d188e
fix: reposition cell detail edit buttons for side panel layout
...
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-24 20:13:29 +08:00
t8y2
b356aa8df5
fix(connection): recover idle connection pools
2026-06-24 20:12:24 +08:00
t8y2
a87e4be029
fix(transfer): format SQL Server bit booleans
2026-06-24 19:54:19 +08:00
t8y2
3199e82e4e
feat(ci): rename qq-notify to notify, add Feishu webhook for PR events
2026-06-24 19:34:29 +08:00
t8y2
4f6b92316a
feat(layout): persist query results pane splitter position
2026-06-24 19:28:14 +08:00
zipg
96aada2631
fix: optimize query cell detail panel layout
...
* fix: improve cell detail editor layout
* test: update cell detail drawer default
---------
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-24 19:15:51 +08:00
zipg
902419a3b9
fix(postgres): compatibility with older PostgreSQL versions for table DDL
...
* Fix: 修复 PostgreSQL CTE DML 分页改写
* fix: 兼容 PostgreSQL 旧版本索引 DDL 查询
---------
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-24 19:12:28 +08:00
t8y2
23edbe391f
feat(postgres): support schema comments
2026-06-24 18:35:43 +08:00
zipg
ded3fdde32
feat(filter): support temporarily disabling filter rules
...
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-24 18:09:09 +08:00
zipg
7b47edde3d
fix(postgres): prevent CTE DML statements from being paginated
...
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-24 18:08:31 +08:00
t8y2
6689489cfb
fix(sqlserver): paginate query results with offset fetch
2026-06-24 17:59:02 +08:00
t8y2
0c75a8b820
fix(macos): add local network permission prompt
2026-06-24 17:42:19 +08:00
t8y2
b56d680cbe
fix(yashandb): keep trigger blocks together
2026-06-24 16:58:47 +08:00
t8y2
95137b70a6
fix(oracle): speed up metadata refresh
2026-06-24 16:15:25 +08:00
zipg
5846f85ce6
fix(sidebar): fix advanced view sidebar table search scope
2026-06-24 16:04:03 +08:00
t8y2
d91f1fbb38
fix(mcp): use linux local data dir
2026-06-24 15:51:10 +08:00
t8y2
829f6dc7eb
feat(grid): add current page sorting
2026-06-24 15:39:40 +08:00
t8y2
9621f277bf
fix(clickhouse): fix sorted query sql
2026-06-24 15:26:21 +08:00
Vergil Lai
de65189ed0
fix(postgres): correct MATERIALIZED VIEW DDL keyword
2026-06-24 14:53:46 +08:00
t8y2
3be3eb698a
fix(editor): make Tab key honor configured indent width
2026-06-24 14:49:20 +08:00
luoianun
b8511051cd
feat(editor): auto alias SQL table completions
...
* feat: auto alias SQL table completions
* fix: preserve alias suggestion fallback order
---------
Co-authored-by: t8y2 <1156263951@qq.com>
2026-06-24 14:48:47 +08:00
zipg
1cd3406e94
修复驱动管理与侧边栏展开的前台显示问题
...
* 修复标签页切换和侧边栏展开滚动
* chore: rerun ci
---------
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-06-24 14:08:58 +08:00
t8y2
886c11f8e6
fix(postgres): cast grid like filters
2026-06-24 14:04:01 +08:00
Abeautifulsnow
ebfc50e4ff
fix(agent-loop): preserve output on exhaustion, interruption, and cancellation
2026-06-24 13:27:23 +08:00
dalew
c8291d0d7d
feat(redis): add Redis Instance Info Dashboard panel ( #1411 )
2026-06-24 13:21:00 +08:00
t8y2
4558984016
fix(clickhouse): support data grid editing
2026-06-24 13:17:27 +08:00
lexmin0412
941dfd5f82
feat(redis): optimize TTL display with human-readable format ( #1689 )
2026-06-24 12:53:59 +08:00
t8y2
c411cc6707
fix(grid): reset filter/sort when reusing data tab
2026-06-24 12:52:31 +08:00
二丫讲梵
39796f2b38
feat(docs): add eryajf testimonial
...
- 增加用户推荐信息,包括姓名、角色和引用
- 新增用户头像文件
2026-06-24 11:33:10 +08:00
t8y2
31217d63a1
fix(mysql): restore non-session pool size
2026-06-24 11:30:26 +08:00
t8y2
222584280e
fix(schema): support materialized view object source retrieval
2026-06-24 11:25:11 +08:00
t8y2
f51d622d3f
fix(postgres): decode binary address types
2026-06-24 10:55:40 +08:00
二丫讲梵
3ca30ce74f
docs(nacos): add Nacos support docs and fix questdb icon
2026-06-24 10:25:06 +08:00
t8y2
6e3e2b2e83
fix(completion): import duckdb completion helper in schema tests
2026-06-24 02:15:45 +08:00
t8y2
989dd09077
fix(completion): import db module in schema tests for clippy
2026-06-24 02:04:36 +08:00
不吃西葫芦
9a0a32e04c
fix(connection): recover connection state after VPN failures ( #641 )
2026-06-24 01:44:46 +08:00
二丫讲梵
3ebfae05a2
feat(nacos): add Nacos management console ( #1456 )
2026-06-24 01:19:18 +08:00
Spencer.Chang
ff1559f018
feat(editor): add View DDL action to query editor context menu ( #280 )
2026-06-24 00:48:35 +08:00
t8y2
cebb39cb80
feat(completion): add scoped metadata assistant
2026-06-24 00:40:28 +08:00