Commit Graph

102 Commits

Author SHA1 Message Date
t8y2 c1be3da134
fix(mongodb): export full find query results 2026-07-31 23:15:11 +08:00
zipg e48902fa06
fix(sqlserver): preserve unqualified table schema for editing 2026-07-31 15:25:24 +08:00
zhangyc e2ba75b102
feat(saved-sql): run queries in the current database 2026-07-31 01:57:39 +08:00
guoyongchang e5287f50b4
fix(sqlserver): keep hidden-key sorting editable across pages 2026-07-30 23:03:49 +08:00
guoyongchang b89e0079a5
fix(sqlserver): preserve database-qualified editing targets 2026-07-30 20:55:14 +08:00
Guoyu Su d0a55b1b07
fix(sqlite): normalize database context routing 2026-07-30 03:12:02 +08:00
polemp d928412bf6
feat(sidebar): add routine source open mode 2026-07-29 20:48:40 +08:00
zipg 02aea73d28
fix(kingbase): preserve query schema context 2026-07-29 18:43:53 +08:00
zhangyaxi a07def6042
feat(export): support safe background query exports 2026-07-29 03:18:06 +08:00
GIWTO b7e3b2ee57
fix(query): isolate duplicated tab rename state 2026-07-29 01:05:23 +08:00
zipg 1672d64619
fix(mongodb): support query result pagination 2026-07-28 01:02:24 +08:00
weiyong a49137ae8b
feat(elasticsearch): add custom checks and tabular REST results 2026-07-27 18:55:37 +08:00
Guoyu Su 3da4dd5ff9
fix(mongodb): avoid exact count for unfiltered queries 2026-07-25 19:40:09 +08:00
二丫讲梵 0992c52448
feat(mongodb): support copying MongoDB documents 2026-07-24 15:50:49 +08:00
t8y2 3f228a04b0 fix(query): honor agent cursor row limits 2026-07-23 21:52:44 +08:00
zipg 503d6748d4
fix(export): support PostgreSQL temporary-table result export 2026-07-22 23:50:55 +08:00
t8y2 c153e93d54 fix(grid): append infinite scroll result segments 2026-07-21 18:45:02 +08:00
二丫讲梵 cdbe0079e7
feat(settings): configure table open page size 2026-07-20 14:05:40 +08:00
t8y2 4bcf618162 feat(cli): migrate CLI to native Rust binary 2026-07-18 22:29:29 +08:00
co1dsand 681da22c33
feat(mongodb): improve document quick filters 2026-07-17 18:51:33 +08:00
zipg ef76b137bb
feat(gaussdb): allow clearing query schema 2026-07-16 17:31:36 +08:00
zipg da7eedb49c
feat(elasticsearch): improve REST commands and visual filters 2026-07-16 16:31:15 +08:00
t8y2 295b67dd36 feat(core): optimize query resource lifecycle 2026-07-16 00:19:24 +08:00
zipg 020d9869ac
fix(query): analyze multi-result editability per statement 2026-07-15 20:11:26 +08:00
zipg 5b985b670d
fix(query): match primary keys by dialect-aware casing 2026-07-15 20:11:04 +08:00
zipg 12b3c8425e
fix(query): propagate schema reset close failures 2026-07-15 11:10:23 +08:00
zipg 73f11f4265
feat(export): include query SQL in XLSX 2026-07-14 10:45:21 +08:00
Guoyu Su a99a34b4ab
fix(mongodb): use dedicated count for legacy collections 2026-07-13 13:21:50 +08:00
miracle 16e879e40e
perf(query): optimize result loading and connection reuse 2026-07-12 11:18:52 +08:00
二丫讲梵 add57d3ae0
feat(toolbar): redesign query result toolbar layout 2026-07-12 00:30:43 +08:00
t8y2 1dd4623919 fix(sql-files): distinguish files with duplicate names 2026-07-11 18:32:17 +08:00
zipg 343a5ba6c9
fix(grid): separate table open row limit 2026-07-11 08:55:43 +08:00
二丫讲梵 264909aaa9
feat(mongo): add document JSON preview 2026-07-11 01:00:47 +08:00
t8y2 53f2a4f215 fix(spark): apply selected database to queries 2026-07-10 21:45:13 +08:00
SuLea-IT 68cfb5af5c
fix(query): reduce retained result memory 2026-07-10 18:15:25 +08:00
二丫讲梵 ea8b3f9800
feat(tabs): enhance result toolbar layout and labels 2026-07-10 15:54:01 +08:00
t8y2 cb6350bef6 fix(query): support editing distinct results 2026-07-10 13:19:28 +08:00
miracle 3ff4f470f2
fix(mysql): reuse data tab client session 2026-07-10 10:56:48 +08:00
t8y2 87efe469a4 fix(desktop): reduce grid scroll jank 2026-07-09 17:55:33 +08:00
t8y2 aa0abcd670 feat(query): support broader result editing 2026-07-09 14:35:59 +08:00
二丫讲梵 ff8e53d47b
feat(query): 优化多条查询语句结果展示与语句匹配问题 (#2697) 2026-07-06 18:39:36 +08:00
t8y2 92ef1ac3cf feat(structure): open editor from field and index nodes 2026-07-06 14:16:43 +08:00
onenewcode 77cd835cda
[fix] fix Linux Alt+F4 exit handling (#2576) 2026-07-05 12:41:54 +08:00
t8y2 7e7c4944e9 refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
t8y2 1ff3676531 fix(data): use saved row limit for table opens 2026-07-03 14:00:39 +08:00
zipg 4efff9a190
fix(editor): prompt before closing unsaved SQL tabs
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-07-02 16:43:55 +08:00
onenewcode 8747df53ef
fix(mongodb): support multi-command execution
* fix mongodb multi-command execution

* fix(connection): 复制连接时保持在同一组内

- 修改 `addConnection` 方法以支持指定目标组 ID
- 更新 `duplicateConnection` 函数以传递目标组 ID
- 添加测试用例以验证复制连接的功能

* fix: add MongoDB data transfer entry

* feat(editor): SQL 编辑器选区大小写转换

Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>

* fix(editor): 修复SQL快捷执行导致执行全量SQL的问题 (#2384)

- 将执行SQL语句的逻辑从直接请求改为通过事件发射
- 增强了代码的可扩展性和可维护性

* fix(sidebar): cache tooltip overflow measurement

* fix(dialog): allow dragging window from modal overlay

* fix(oracle): reuse shared pool for data tabs

* fix(sidebar): reduce comment text repaint cost

* fix(saved-sql): preserve folder on metadata save

* fix(agent): execute transaction control SQL as statements

* feat(vector): add Qdrant/Milvus collection dimension display (#2396)

* fix(oracle): 修复时间字段编辑和表结构修改报错

Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>

* fix(agents): limit common version bumps

---------

Co-authored-by: 二丫讲梵 <eryajf@163.com>
Co-authored-by: zipg <geeky@foxmail.com>
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
Co-authored-by: t8y2 <1156263951@qq.com>
Co-authored-by: lexmin0412 <zhangle_dev@outlook.com>
2026-07-02 12:19:38 +08:00
t8y2 d1684bc4d4 fix(oracle): reuse shared pool for data tabs 2026-07-02 11:48:02 +08:00
t8y2 58e2d983c2 fix(tabs): restore previous tab after data tab close 2026-07-02 00:48:30 +08:00
LRcoding ff1a0f5eda
fix: 隔离 MySQL 大库场景前台查询与后台元数据加载 (#2354)
* fix: isolate data tab mysql queries from metadata loads

* refactor(completion): drop unused limiter snapshot and share concurrency constant

---------

Co-authored-by: zero <zero@zeroMacmini.local>
Co-authored-by: t8y2 <1156263951@qq.com>
2026-07-01 20:03:09 +08:00