wuxiemian
1be66fb115
feat(safety): add production environment safeguards
2026-07-12 10:02:27 +08:00
t8y2
5dabdb3985
chore(repo): move app tests under packages
2026-05-18 02:23:58 +08:00
t8y2
70f55c5540
fix(ci): restore docs and package checks
2026-05-18 01:04:11 +08:00
t8y2
19f7cbd2ba
fix(docs): refresh release data from R2
2026-05-17 23:26:28 +08:00
t8y2
d95225d641
feat(grid): add custom column formatters
2026-05-17 22:18:08 +08:00
t8y2
489d7ae919
fix(sqlserver): load table structure metadata
2026-05-17 20:10:21 +08:00
t8y2
a16fed35d4
feat(drivers): show update count badge
2026-05-17 17:39:33 +08:00
t8y2
cb9863b6bb
feat(drivers): prompt for agent driver updates
2026-05-17 17:06:59 +08:00
t8y2
92a6ed1a6e
feat(schema): refresh stale metadata cache
2026-05-17 16:43:56 +08:00
t8y2
ce0037d70a
fix(export): page table data exports
2026-05-17 16:25:17 +08:00
t8y2
20eed250d2
feat(structure): add multiline column comment editor
2026-05-17 16:12:49 +08:00
t8y2
153daf6c09
fix(sidebar): avoid opening schema browser from pg database
2026-05-17 15:13:16 +08:00
t8y2
52033f0846
feat(ai): add provider presets
2026-05-17 14:59:18 +08:00
t8y2
7188465161
feat(app): open sql files in editor
2026-05-17 13:59:42 +08:00
t8y2
c3bc9d5d07
fix(ai): broaden agent execution intent
2026-05-17 13:41:23 +08:00
t8y2
e4bb342bf4
feat(grid): add transposed table view
2026-05-17 13:32:42 +08:00
t8y2
933c1fd803
fix(grid): refresh data after deleting rows
2026-05-17 12:50:54 +08:00
t8y2
f80b1e8bc9
feat(schema): add object rename actions
2026-05-17 10:54:50 +08:00
t8y2
1bcfd02de1
feat: add Microsoft Access database support
...
Add Access as a new database type with agent-based connectivity,
UCanAccess JDBC URL parsing, backtick identifier quoting, file-path
connection dialog, and PNG icons for Access/GoldenDB/Vastbase.
2026-05-17 09:57:04 +08:00
t8y2
f4566221b1
feat(query): add paged result fetching
2026-05-17 00:10:18 +08:00
t8y2
320db12209
fix: prevent repeated menu activations
2026-05-16 19:52:31 +08:00
t8y2
e9b32e4324
feat(ai): add agent planning and skill prompts
2026-05-16 18:34:50 +08:00
t8y2
32aa7733f8
fix: refresh metadata after schema changes
2026-05-16 12:51:38 +08:00
t8y2
70e324989c
fix: refresh sidebar after SQL file import
2026-05-16 12:38:53 +08:00
t8y2
e97277250a
fix: stabilize TDengine timestamp tests across timezones
2026-05-16 12:13:40 +08:00
t8y2
f4c7c1d764
fix: handle MySQL backup SQL import
2026-05-16 12:13:40 +08:00
t8y2
e9621ef06a
Add TDengine support and editable grid handling
2026-05-16 11:33:42 +08:00
t8y2
69f05cdf6f
fix(sidebar): open object browser on double click
2026-05-16 11:23:05 +08:00
t8y2
2024171c8d
feat(grid): edit simple query results
2026-05-16 10:25:05 +08:00
t8y2
5ce2cce85b
fix(schema): prevent repeated schema option loads
2026-05-16 00:50:45 +08:00
t8y2
173b632853
feat: improve SQL editor completions
2026-05-16 00:25:06 +08:00
t8y2
1b934e72e0
feat(grid): add column formatters
2026-05-15 23:27:09 +08:00
t8y2
f031fe85ae
feat(history): add AI analysis action
2026-05-15 19:53:32 +08:00
t8y2
048f629d21
feat(export): add table selection to database export
2026-05-15 18:56:23 +08:00
t8y2
cb3157c5ae
feat(sidebar): copy selected names in double-click mode
2026-05-15 18:38:27 +08:00
t8y2
d124efbb20
feat(settings): add sidebar activation preference
2026-05-15 18:09:24 +08:00
t8y2
6db2430994
feat(settings): add custom shortcut settings
2026-05-15 17:53:51 +08:00
t8y2
8d73e6e00d
feat(settings): add Redis scan page size setting
2026-05-15 17:41:26 +08:00
t8y2
08de206644
feat(sidebar): add visible database filters
2026-05-15 17:36:51 +08:00
t8y2
b15e22033e
feat(editor): add searchable query selectors
2026-05-15 16:58:23 +08:00
skyler
0099e1a262
feat(ai): add table mentions
...
Add table mentions to AI context, Ask/Agent mode selection, and related UI/i18n fixes.
2026-05-15 16:46:54 +08:00
t8y2
1563173173
fix(editor): suppress completion after punctuation
2026-05-15 14:56:26 +08:00
t8y2
b06ab4f27f
fix(connection): handle stale connection state
2026-05-15 14:39:03 +08:00
t8y2
f91ccf89c4
fix(editor): save object source tabs contextually
2026-05-15 13:28:41 +08:00
t8y2
72dd4d728b
fix(editor): route save shortcut by context
2026-05-15 13:10:43 +08:00
t8y2
c2da1f866c
feat(objects): show functions and procedures in sidebar tree
...
Add list_objects support for agent-driven databases (Dameng, Oracle, etc.)
and ExternalDriver plugin connections. SQL Server dbo schema now uses
listObjects to display grouped object nodes including routines.
- Add list_objects RPC to JDBC agent plugin
- Add extract_agent and ExternalDriver branches in list_objects_core
- Add get_object_source support for agent connections
- Click function/procedure nodes to view source via object browser
- Fix duplicate tree node IDs when same name exists as view and function
2026-05-15 13:02:19 +08:00
t8y2
c8ba3dad69
fix(sidebar): preserve searched table children
2026-05-15 12:42:27 +08:00
t8y2
12500c0b2a
fix(mongo): support shell find queries
2026-05-15 12:00:49 +08:00
t8y2
b523c39716
fix(connection): parse jdbc connection urls
2026-05-15 11:53:45 +08:00
t8y2
1f2fe25c44
fix(grid): align header at horizontal scroll end
2026-05-15 11:46:59 +08:00