Using : i32
for INT8
values in postgres results in the least significant 4 bytes being silently ignored
#3161
Labels
Bug Description
Using
: i32
in a column name forCOUNT
can result in a zero in the returned value, where the original value was a different one.Minimal Reproduction
prints:
Info
runtime-tokio
andpostgres
rustc --version
:rustc 1.79.0-nightly (c9f8f3438 2024-03-27)
The text was updated successfully, but these errors were encountered: