dbx/src-tauri
t8y2 1f666f99b3 fix(duckdb): support multiple schemas beyond default "main"
DuckDB was not recognized as a schema-aware database, so only the
default "main" schema was shown in the object tree and schema selector.
Added DuckDB to schema-aware type lists, implemented schema listing via
information_schema.schemata, and replaced hardcoded table_schema = 'main'
with parameterized queries.
2026-05-24 10:26:09 +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(duckdb): support multiple schemas beyond default "main" 2026-05-24 10:26:09 +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(release): bump version to 0.5.19 2026-05-23 13:36:31 +08:00
build.rs fix: skip macOS framework lookup in dev mode via build.rs 2026-05-07 22:21:13 +08:00
tauri.conf.json chore(release): bump version to 0.5.19 2026-05-23 13:36:31 +08:00