Commit Graph

778 Commits

Author SHA1 Message Date
vrustx d9076f4689
fix(mongo): preserve document IDs during editing 2026-07-16 00:47:02 +08:00
t8y2 295b67dd36 feat(core): optimize query resource lifecycle 2026-07-16 00:19:24 +08:00
vrustx c80313eed2
fix(sql): support brace placeholders in formatter 2026-07-15 21:18:57 +08:00
zipg 9234c33e24
fix(mongodb): preserve BSON dates in copied inserts 2026-07-15 21:01:40 +08:00
LRcoding 711d0ec57b
test(editor): cover context menu routing payloads 2026-07-15 20:53:22 +08:00
二丫讲梵 f9bf039aef
feat(sidebar): refresh data tables on double click 2026-07-15 20:11:49 +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
Võ Văn Thành (Jay) 2457fac04f
fix(mongodb): preserve explicit document id types 2026-07-15 19:52:27 +08:00
vrustx cc340605b8
fix(sql): quote postgres reserved identifiers 2026-07-15 19:37:00 +08:00
onenewcode 3b54fa56df
feat(structure): insert column after selected 2026-07-15 19:36:25 +08:00
zipg b6581d3dc9
feat(export): open export folder 2026-07-15 19:35:18 +08:00
vrustx 8311a88b07
fix(sqlserver): clarify GO batch semantics 2026-07-15 19:29:27 +08:00
zipg 3802f1951b
fix(database): 保留数据库名称前导空格 (#3509) 2026-07-15 18:06:08 +08:00
zipg d65917d9f0
fix(tunnels): 恢复 SSH config 别名选择 (#3540) 2026-07-15 18:05:30 +08:00
zipg 1ab93a6650
fix(sql): improve alias completion for joined tables 2026-07-15 17:36:17 +08:00
t8y2 3ecfa6129a fix(import): keep sql dialog actions visible 2026-07-15 16:42:34 +08:00
t8y2 c29ad9ba17 fix(ai): stabilize message hover layout 2026-07-15 16:42:33 +08:00
t8y2 7a434b0674 fix(elasticsearch): preserve document numeric precision 2026-07-15 16:07:05 +08:00
t8y2 977f47a65f fix(grid): prevent duplicate paste handling 2026-07-15 16:07:05 +08:00
t8y2 b11f38d2df fix(completion): restore result field suggestions 2026-07-15 16:07:05 +08:00
LRcoding 669f3a4914
feat(grid): add set NULL context menu action 2026-07-15 15:25:25 +08:00
Võ Văn Thành (Jay) 55f15c8e4b
fix(mongodb): validate options and bound findOne queries 2026-07-15 13:19:53 +08:00
t8y2 002dbbf602 fix(oceanbase): use rowid for keyless Oracle rows 2026-07-15 13:00:38 +08:00
t8y2 86a6846b10 fix(sidebar): load visible schema filters on mount 2026-07-15 12:53:39 +08:00
zipg 12b3c8425e
fix(query): propagate schema reset close failures 2026-07-15 11:10:23 +08:00
miracle 0d57c39a78
perf(zookeeper): optimize connection initialization 2026-07-14 23:16:10 +08:00
t8y2 62bf456261 fix(grid): replace repeated database value filters 2026-07-14 22:35:06 +08:00
zipg b5c6e7c0c1
fix(dameng): standardize display name 2026-07-14 22:12:15 +08:00
二丫讲梵 c2b8a1795a
feat(sidebar): show connection group paths 2026-07-14 19:03:27 +08:00
t8y2 ee85033068 fix(sidebar): centralize tree action handling 2026-07-14 18:10:52 +08:00
zipg 9105df9a04
fix(oracle): generate compatible insert statements 2026-07-14 18:03:43 +08:00
zipg 0bbaf33d92
feat(jdbc): add dedicated connection entry 2026-07-14 18:03:36 +08:00
zipg da73867604
fix(kingbase): support Kingbase8 connection URLs 2026-07-14 17:12:26 +08:00
zipg 9ef30e7f4d
fix(gbase): detect offline GBase 8a driver 2026-07-14 17:12:21 +08:00
Freedom aff9c8515d
feat(settings): embed version changelog in About page 2026-07-14 12:54:07 +08:00
zipg 88d05a0a19
feat(oracle): improve multi-schema completion 2026-07-14 12:35:13 +08:00
zipg 2a5e7ac1c7
fix(mongodb): preserve long ids in filters and updates 2026-07-14 11:09:11 +08:00
t8y2 2666ed1cd2 fix(sync): refresh tunnel profiles after download 2026-07-14 11:04:45 +08:00
zipg 73f11f4265
feat(export): include query SQL in XLSX 2026-07-14 10:45:21 +08:00
github-actions[bot] 2a25a71aff chore(packages): release 0.4.29 [skip node-packages-release] 2026-07-13 17:49:39 +00:00
zipg 8020fe5886
fix(sqlserver): preserve explicit instance ports 2026-07-14 01:27:40 +08:00
二丫讲梵 8e87ab2e39
fix(export): preserve CSV null semantics 2026-07-14 01:24:10 +08:00
t8y2 8cbd41e021 fix(turso): hide visible database filter 2026-07-14 00:48:01 +08:00
jischeng a9ca66a829
fix(doris): qualify external catalog tables 2026-07-13 23:56:53 +08:00
t8y2 99b84cbc92 fix(sidebar): use available width for table names 2026-07-13 20:34:27 +08:00
t8y2 e2f53a786f fix(grid): inherit timeout for row counts 2026-07-13 20:13:32 +08:00
t8y2 c19f3e201b fix(mcp): preserve SQL literals during execution 2026-07-13 20:00:01 +08:00
t8y2 852364db12 fix(grid): match unused header area background 2026-07-13 19:13:19 +08:00
二丫讲梵 6f5dffb279
feat(query): show result source ranges 2026-07-13 18:52:14 +08:00