fuuulstack
ed26fc10f5
feat(editor): add semantic selection and match-all cursors
2026-08-03 15:50:43 +08:00
zipg
02bad5d754
fix(sqlserver): preserve batch results and DML counts
2026-08-03 15:23:12 +08:00
t8y2
147e92ff39
fix(oracle): preserve quoted object names in DDL
...
Closes #5186
2026-08-03 15:18:34 +08:00
Diego Fabricio
a49e795680
feat(grid): add boolean cell checkbox editing
2026-08-03 15:08:09 +08:00
zipg
a537565875
fix(dameng): handle DBMS_OUTPUT messages safely
2026-08-03 15:07:18 +08:00
t8y2
5325c42637
fix(structure): load indexes when tab becomes visible
2026-08-03 14:49:35 +08:00
lewis
3e3e6d04b8
fix(redis): isolate sparse scan continuation state
2026-08-03 14:34:07 +08:00
t8y2
043ecfeafa
fix(editor): optimize large PL/SQL source rendering
...
Closes #5171
2026-08-03 14:25:45 +08:00
t8y2
16920188ee
fix(errors): hide internal agent metadata
2026-08-03 13:56:18 +08:00
t8y2
fa17c01c3b
fix(agents): ignore native placeholder artifacts
2026-08-03 13:18:47 +08:00
github-actions[bot]
3dac9d715a
chore: bump module versions [skip ci]
2026-08-03 05:12:23 +00:00
t8y2
12323e406c
fix(agents): reuse effective release artifacts
2026-08-03 13:10:18 +08:00
t8y2
4858fed870
fix(kingbase): handle missing type metadata columns
...
Closes #5173
2026-08-03 12:30:19 +08:00
t8y2
876e1b38b9
fix(sqlserver): preserve multi-result statement mapping
2026-08-03 11:44:55 +08:00
t8y2
003c3c682d
fix(clickhouse): support result limits for readonly users
...
Closes #5178
2026-08-03 11:28:25 +08:00
github-actions[bot]
8af3459577
chore(packages): release 0.4.53 [skip node-packages-release]
2026-08-03 03:21:29 +00:00
t8y2
43b24c43dc
fix(mcp): handle discovery probes before initialization
2026-08-03 11:03:56 +08:00
github-actions[bot]
8673bb4717
chore(packages): release 0.4.52 [skip node-packages-release]
2026-08-02 20:10:24 +00:00
github-actions[bot]
3fb938c733
chore: bump module versions [skip ci]
2026-08-02 20:07:49 +00:00
t8y2
acdf78967f
chore(release): prepare v0.5.74
2026-08-03 03:53:03 +08:00
Fernando Possebon
dfd38a9559
fix(core): use is_none_or to satisfy clippy on main ( #5162 )
...
`cargo clippy --all-targets -- -D warnings` fails on main:
error: this `map_or` can be simplified
--> crates/dbx-core/src/table_structure_sql/triggers.rs:58:32
= note: `-D clippy::unnecessary-map-or` implied by `-D warnings`
`Option::map_or(true, f)` is `Option::is_none_or(f)` — same result for
both None and Some, so this is a lint fix with no behavior change.
Claude-Session: https://claude.ai/code/session_01TKcC15gEuQBHMidPCFFYwn
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-08-03 03:42:40 +08:00
Fernando Possebon
ed1e36912c
feat(explain): add plan canvas with actual execution plans
2026-08-03 03:06:36 +08:00
t8y2
cc7b2b17c5
fix(postgresql): allow table edits with unchanged triggers
...
Closes #4218
2026-08-02 18:34:03 +00:00
github-actions[bot]
1f0e20e150
chore(docs): refresh contributor activity
2026-08-02 18:21:44 +00:00
t8y2
8559aec8bc
fix(docker): include Java runtime for JDBC
...
Closes #1151
2026-08-02 23:45:26 +08:00
Abeautifulsnow
5c3b045979
feat(grid): add positioned batch row insertion
2026-08-02 22:46:12 +08:00
onenewcode
8e7b74d0ee
feat(mongodb): improve sidebar index management
2026-08-02 22:45:33 +08:00
t8y2
22055e081f
fix(editor): complete Dameng columns without selected schema
2026-08-02 20:16:26 +08:00
t8y2
2aeafa136c
fix(editor): refresh diagnostics after structure saves
2026-08-02 19:46:44 +08:00
CSXFanMeng
b75e7094c2
feat(backup): improve progress history and PostgreSQL exports
2026-08-02 19:35:44 +08:00
t8y2
a299d7a294
fix(mcp): load JDBC plugins from desktop store
2026-08-02 19:22:57 +08:00
zipg
918c2fdf7a
fix(mongodb): honor selected columns in update copy
2026-08-02 19:09:22 +08:00
t8y2
2ac8799cb0
fix(dameng): fall back for restricted table DDL
2026-08-02 18:45:03 +08:00
Abeautifulsnow
b2811788a7
docs(ai): clarify saved manual model behavior
2026-08-02 18:25:14 +08:00
t8y2
20334dc928
fix(sidebar): wrap long names in delete dialog
2026-08-02 18:13:31 +08:00
t8y2
8efe83aaa1
fix(mcp): include portable data directory in configs
2026-08-02 16:50:55 +08:00
miracle
bcafc4a474
fix(query): preserve structured backend errors
2026-08-02 16:37:46 +08:00
lizujie
2e9dcdc26b
fix(mcp): preserve DML results and returning rows
2026-08-02 16:35:04 +08:00
GIWTO
473ef910b6
feat(transfer): add tree-based object selection
2026-08-02 16:34:50 +08:00
zipg
fb7b2878fd
fix(diagram): display relationship cardinalities
2026-08-02 16:34:35 +08:00
二丫讲梵
86c53479a1
feat(settings): add global settings search
2026-08-02 16:34:14 +08:00
zipg
3af3dda9b5
fix(webview): recover Windows WebView2 startup
2026-08-02 16:34:00 +08:00
Abeautifulsnow
b053adf175
fix(ai): preserve saved and manual models
2026-08-02 16:33:46 +08:00
t8y2
2220eed285
fix(sql): preserve Oracle database link references
2026-08-02 16:03:41 +08:00
t8y2
7206900313
fix(agent): recover native executable permissions
2026-08-02 15:42:16 +08:00
t8y2
5611449eaf
fix(kingbase): resolve user-defined column types
2026-08-02 15:05:30 +08:00
t8y2
916ac4399f
fix(postgres): support Hologres schema selection
2026-08-02 14:44:57 +08:00
t8y2
e6c9a3932e
fix(mongodb): continue queries when count estimates fail
2026-08-02 13:30:26 +08:00
t8y2
98b1cb8219
fix(oceanbase): restore Oracle mode table imports
2026-08-02 12:51:57 +08:00
github-actions[bot]
3898c24dda
chore(packages): release 0.4.51 [skip node-packages-release]
2026-08-02 03:08:54 +00:00