Commit Graph

2330 Commits

Author SHA1 Message Date
jinmo 868f7961e3
feat(completion): fix SQL alias completion, star expansion, and formatter layout 2026-08-10 01:11:25 +08:00
Abeautifulsnow 0402fea37b
feat(ai): make default assistant mode (Ask/Agent) configurable 2026-08-10 01:06:44 +08:00
hanxuanyu 681c6f35c5
feat(dolt): add native profile, branch database discovery, and SQL completion 2026-08-10 00:37:34 +08:00
大峰 f66a18d88d
feat(editor): add SQL intention actions (Alt+Enter style) 2026-08-10 00:07:12 +08:00
tyloryang f1c998c9cc
fix(etcd): make gRPC max inbound message size configurable 2026-08-09 23:28:02 +08:00
zipg 5966aea43b
feat(completion): expand INSERT all-columns with VALUES tab stops 2026-08-09 23:24:36 +08:00
zipg 295c260a72
feat(connection): persist manually selected default schema 2026-08-09 23:23:55 +08:00
zipg fdad1873bc
fix(ui): improve unsaved dialog secondary button contrast 2026-08-09 22:30:38 +08:00
zipg 35362c8bf4
feat(grid): import BYTEA/BLOB cell from file with size gate 2026-08-09 20:13:18 +08:00
zipg 31587bcbfe
feat(grid): preserve selection highlight after data refresh 2026-08-09 20:04:24 +08:00
zipg cdfa993642
fix(completion): keep auto alias and schema-qualify SQL Server FK JOIN candidates 2026-08-09 19:55:12 +08:00
azens a4129c02fa
fix(editor): rebuild current SQL statement frame with pixel-accurate layer 2026-08-09 19:51: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 8f597a0516
fix(bigquery): allow external JDBC driver selection
Closes #5534
2026-08-09 17:20:52 +08:00
t8y2 9e3013adf9
fix(mongodb): support createUser shell commands
Closes #5639
2026-08-09 15:51:04 +08:00
miracle 71ccb3d97d
feat(execution): multi-database SQL execution with scoped targets 2026-08-09 14:24:10 +08:00
zipg 328a2aa107
feat(redis): improve key browser toolbar and infinite scroll loading 2026-08-09 14:14:45 +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
t8y2 28b3491843
fix(oracle): preserve table metadata in DDL and clones
Closes #5215
2026-08-08 14:34:55 +08:00
Abeautifulsnow 5b85f9eae8
feat(completion): configurable SQL completion trigger modes 2026-08-08 12:00:50 +08:00
jinmo bad7f6b472
feat(mqtt): optimize console and subscription sync 2026-08-08 11:56:32 +08:00
zipg e49d86b101
feat(mongo): refine document browsing and structured filter experience 2026-08-08 11:36:57 +08:00
zipg 0107d5fafb
fix(editor): copy full error text from multi-statement execution summary 2026-08-08 11:34:15 +08:00
二丫讲梵 fc1f89ddb6
feat(etcd): multi-select tree keys for batch export and safe delete 2026-08-08 11:33:47 +08:00
Ez 062daf3093
fix(web): make logo and icon assets base-path aware 2026-08-08 11:33:37 +08:00
zipg 2c036e2860
fix(structure): silence column reorder notice when adding columns 2026-08-08 11:33:28 +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
Fernando Possebon 63498da121
feat(docs): export database documentation as standalone HTML 2026-08-08 11:04:16 +08:00
二丫讲梵 efd0c381ad
feat(nacos): namespace production protection and sidebar visibility 2026-08-08 10:55:21 +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
高桥凉介 1405f00060
feat(ui): make new-connection dialog draggable 2026-08-08 10:38:08 +08:00
Elias 159e813c9c
feat(xugu): expose routine parameter metadata 2026-08-08 10:37:59 +08:00
Fernando Possebon bdf87ac255
fix(docs): move Documentation to database context menu 2026-08-08 10:37:50 +08:00
zipg 43234ed47d
fix(grid): fix short column header clipping with index indicator 2026-08-07 17:06:19 +08:00
Guoyu Su 309e3aef5e
feat(ai): add OpenCode CLI provider 2026-08-07 17:06:03 +08:00
t8y2 3affcbfa85
fix(ui): improve desktop hover and cursor feedback 2026-08-07 16:31:02 +08:00
t8y2 15b524404b
perf(editor): defer search match count past panel open animation 2026-08-07 16:16:04 +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
高桥凉介 9fab90b617
fix(grid): trigger index load on table identity change 2026-08-07 15:40:13 +08:00
一颗红心 9893ac8734
fix(export): use real file name and reveal for background table-export tasks 2026-08-07 15:32:16 +08:00
onenewcode 8fb7559310
fix(settings): keep cross-db same-name preset fields 2026-08-07 15:31:44 +08:00