gitdataai/libs/db
ZhenYi 31ed420186 fix(db): disable sqlx check_compatibility for non-standard PostgreSQL servers
Cloud-managed PostgreSQL variants (PolarDB, CockroachDB, etc.) may
not return a standard version string, causing:
  "Failed to obtain server version. Unable to check client-server
   compatibility."

Setting check_compatibility(false) on both writer and reader
connections silences this harmless warning.
2026-04-26 15:36:13 +08:00
..
cache.rs init 2026-04-15 09:08:09 +08:00
Cargo.toml refactor(db): simplify read-replica to single connection for CNPG 2026-04-26 01:03:39 +08:00
database.rs fix(db): disable sqlx check_compatibility for non-standard PostgreSQL servers 2026-04-26 15:36:13 +08:00
lib.rs init 2026-04-15 09:08:09 +08:00