Files
tusk/src-tauri
Aleksey Shakhmatov c03e887b71
Some checks failed
CI / lint-and-build (push) Failing after 1m15s
fix(chat): decode pg_class.reltuples as f32 in sample_data probe
pg_class.reltuples is `real` (FLOAT4). Reading it as f64 via query_scalar made
the sample_data tool fail with a sqlx type-mismatch ("f64 (FLOAT8) is not
compatible with FLOAT4") before any rows were fetched. Decode as f32 and widen.
2026-05-23 18:17:55 +03:00
..