dbx/src-tauri
t8y2 4207a891d1 fix: properly disconnect agent-based database connections
PoolKind::Agent had a no-op disconnect handler, which meant closing
connections for agent-driven databases (KingbaseES, Oracle, Dameng, etc.)
never actually sent a disconnect command to the Java agent process.
The JDBC connection was only released when the process was eventually
killed via Drop, which could leave stale sessions alive on reconnect.
2026-05-27 18:00:50 +08:00
..
capabilities feat(data): support connection URLs and XLSX export 2026-05-09 23:11:15 +08:00
icons fix(windows): enlarge Windows icons for better visibility in taskbar and tray 2026-05-20 14:51:49 +08:00
src fix: properly disconnect agent-based database connections 2026-05-27 18:00:50 +08:00
windows/nsis fix: preserve Windows data during upgrades 2026-05-25 16:52:43 +08:00
.gitignore fix: skip macOS framework lookup in dev mode via build.rs 2026-05-07 22:21:13 +08:00
Cargo.lock chore: bump version to 0.4.2 2026-05-06 20:24:13 +08:00
Cargo.toml chore: bump version to 0.5.22 2026-05-27 03:15:09 +08:00
Entitlements.plist fix: support DuckDB extensions in macOS builds 2026-05-27 10:43:20 +08:00
build.rs fix: add font runtime deps to docker image 2026-05-26 21:42:02 +08:00
tauri.conf.json fix: support DuckDB extensions in macOS builds 2026-05-27 10:43:20 +08:00