Commit Graph

1615 Commits

Author SHA1 Message Date
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
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
onenewcode 8e7b74d0ee
feat(mongodb): improve sidebar index management 2026-08-02 22:45:33 +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
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
t8y2 7206900313
fix(agent): recover native executable permissions 2026-08-02 15:42:16 +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
t8y2 f75e155dbb
chore(release): prepare v0.5.73 2026-08-02 10:32:42 +08:00
t8y2 44edc01559
fix(import): preserve integer Excel values 2026-08-02 10:10:35 +08:00
hb b5206415ae
fix(informix): resolve metadata owners correctly 2026-08-02 09:04:30 +08:00
二丫讲梵 61dc49ca4d
fix(ai): preserve Dameng database and schema scopes 2026-08-02 09:01:22 +08:00
二丫讲梵 4511920d86
feat(sync): encrypt snippet sync snapshots 2026-08-02 09:00:49 +08:00
t8y2 15cf441505
fix(nacos): use canonical v2 login endpoint 2026-08-02 01:27:59 +08:00
t8y2 e33d8acb96
fix(dameng): normalize copied table target names 2026-08-01 23:43:58 +08:00
t8y2 fcedfef63d
fix(import): read legacy Excel sheet names with Calamine 2026-08-01 23:11:11 +08:00
t8y2 23e0995499
fix(postgres): decode GaussDB routine source records 2026-08-01 22:59:27 +08:00
t8y2 69be081a6f
fix(postgres): preserve partition child DDL 2026-08-01 22:35:27 +08:00
t8y2 7a0f600857
fix(agent): verify downloaded artifact checksums 2026-08-01 21:28:55 +08:00
t8y2 666b4e2e4a
fix(postgres): retry localized stale cached plans 2026-08-01 21:00:49 +08:00
t8y2 b096e008e8
fix(schema-diff): emit same-dialect view definitions 2026-08-01 17:30:35 +08:00
t8y2 729bae3e39
fix(schema-diff): create sequences before dependent tables 2026-08-01 17:16:21 +08:00
t8y2 fbac66572a
fix(mysql): retry EBADF without TCP keepalive 2026-08-01 16:33:04 +08:00
t8y2 7a612cb747
fix(transfer): support Kingbase metadata pools 2026-08-01 15:14:49 +08:00
t8y2 8282f7ae4e
fix(redshift): use text protocol for table reads 2026-08-01 14:56:02 +08:00
t8y2 451dcdc81d
fix(mysql): preserve stored procedure result sets 2026-08-01 14:10:21 +08:00
t8y2 78a61334a5
fix(elasticsearch): preserve legacy type on delete 2026-08-01 13:43:54 +08:00
t8y2 93a119b424
fix(postgres): cast keyless JSON row predicates 2026-08-01 13:01:34 +08:00
github-actions[bot] 81f3895145 chore(packages): release 0.4.50 [skip node-packages-release] 2026-08-01 03:04:20 +00:00
t8y2 c95d4a3798
chore(release): prepare v0.5.72 2026-08-01 10:24:06 +08:00
t8y2 a93fcef5d6
fix(sqlserver): preserve comments when altering routines 2026-08-01 03:43:44 +08:00
t8y2 27d300e6bd
fix(agent): resolve relative native launch paths 2026-08-01 03:43:41 +08:00
miracle 0e414e638e
fix(agent): recover JDBC connections after query timeouts 2026-08-01 01:17:49 +08:00
GIWTO 743af84e6f
fix(sidebar): support dropping schema for Dameng database 2026-08-01 00:19:04 +08:00
t8y2 290693e0fa
fix(oracle): prefix bare routine sources for saving 2026-08-01 00:06:33 +08:00
amwps290 a6a072294a
feat(spatial): add SRID-aware geometry previews 2026-07-31 22:31:51 +08:00
t8y2 ee26b2a580
fix(mongodb): support legacy update commands 2026-07-31 21:41:09 +08:00
t8y2 89133a22d5
fix(import): honor empty-string option for Excel 2026-07-31 21:41:08 +08:00