dbx/crates/dbx-core
t8y2 7c38af6cbb fix(oracle): speed up schema diff and add comment sync (closes #198)
- Replace ALL_OBJECTS with ALL_TABLES UNION ALL_VIEWS in list_databases
  query to avoid slow full scan on large Oracle instances
- Add loading indicator in SchemaDiffDialog during database/schema loading
- Generate COMMENT ON TABLE/COLUMN statements in schema diff sync SQL
- Compare column and table comments in diff detection
2026-05-11 12:59:07 +08:00
..
src fix(oracle): speed up schema diff and add comment sync (closes #198) 2026-05-11 12:59:07 +08:00
Cargo.toml perf(build): make DuckDB bundled compilation optional 2026-05-10 22:48:35 +08:00