dbx/crates/dbx-core
t8y2 991921428b fix(postgres): respect user-specified timezone in connection parameters
Previously connect() always overwrote the timezone with the local machine's
timezone, even when the user had explicitly set one via connection parameters
(e.g. ?options=-c timezone=Asia/Shanghai). Now we check the URL for a
timezone setting and skip the automatic SET timezone if one is present.
2026-05-24 19:57:34 +08:00
..
assets fix(mongo): preserve auth database for commands 2026-05-22 12:44:16 +08:00
src fix(postgres): respect user-specified timezone in connection parameters 2026-05-24 19:57:34 +08:00
tests feat(editor): add SQL semantic diagnostics 2026-05-22 14:22:58 +08:00
Cargo.toml refactor(postgres): replace sqlx with tokio-postgres + deadpool-postgres 2026-05-24 18:53:20 +08:00