You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TINYINT type is commonly used for e.g. booleans. Additionally BIT doesn't appear to be supported as well (should probably be interpreted as actual boolean).
Highly similar to #2975 (missing a type for Postgres)
Bug Description
When querying from a table that has
TINYINT
column, an error is returned:The issue seems to be that this match statement does not handle the
Tiny
type.The
TINYINT
type is commonly used for e.g. booleans. AdditionallyBIT
doesn't appear to be supported as well (should probably be interpreted as actual boolean).Highly similar to #2975 (missing a type for Postgres)
Info
"runtime-tokio", "mysql", "sqlite", "postgres", "any", "macros", "chrono", "time", "bigdecimal", "json",
PostgreSQL [15.4 (Debian 15.4-1.pgdg110+1) PostgreSQL 15.4 (Debian 15.4-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit]
rustc --version
:rustc 1.74.0 (79e9716c9 2023-11-13)
The text was updated successfully, but these errors were encountered: