Commit Graph

116 Commits

Author SHA1 Message Date
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
t8y2 c56fe29e17 fix(sidebar): preserve nested pinned tree nodes 2026-05-15 11:26:19 +08:00
t8y2 433297e549 fix(connection): hide installed driver hint 2026-05-14 01:10:01 +08:00
t8y2 05effc8edf fix(informix): 支持表格直接编辑 2026-05-14 01:05:01 +08:00
t8y2 ce69af1de0 feat(updates): add hourly update badge 2026-05-13 23:47:20 +08:00
t8y2 530cfa0b7c fix(grid): reserve header control width 2026-05-13 23:29:49 +08:00
t8y2 5832e1b194 refactor(frontend): centralize database feature capabilities 2026-05-13 22:14:33 +08:00
t8y2 7f19a0376a fix(trino): support schema-aware table browsing and inserts 2026-05-13 20:46:27 +08:00
t8y2 2ba97869a1 fix(hive): gate row edits by transactional support 2026-05-13 20:17:15 +08:00
t8y2 ea6b2bb36c fix(hive): allow non-transactional grid edits 2026-05-13 20:04:42 +08:00
t8y2 3eb00b7fe2 fix(hive): quote table queries with backticks 2026-05-13 19:55:48 +08:00
t8y2 0172ee50be fix(neo4j): support table querying and editing 2026-05-13 19:30:00 +08:00
t8y2 cb00b27963 fix(sidebar): refresh grouped object nodes 2026-05-13 18:12:55 +08:00
t8y2 e9158390c1 feat(shortcuts): add search focus shortcut 2026-05-13 17:51:20 +08:00
t8y2 42501cc8fb fix(grid): allow generated insert columns 2026-05-13 17:37:29 +08:00
t8y2 80f33b1460 fix(sql): add sql server completions 2026-05-13 17:11:33 +08:00
t8y2 02b257dd0f fix(history): classify and virtualize entries 2026-05-13 17:07:56 +08:00
t8y2 4dc3a1b3c0 feat(redis): add sheet UI components, list set API, and member detail utils
- Add shadcn Sheet UI components for member detail drawer
- Add redisListSet API for editing list items by index
- Add member detail presentation helpers (format, highlight, edit, resize)
- Add tests for redis value presentation
2026-05-13 13:54:59 +08:00