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
When i get decimal column value from postgres by Any driver, the library panic :
Any driver does not support the Postgres type PgTypeInfo(Numeric)
the samilar error for the timestamp and date column type , it's :
Any driver does not support the Postgres type PgTypeInfo(Timestamptz)
Info
SQLx version: [REQUIRED]
0.8.2
SQLx features enabled: [REQUIRED]
"runtime-tokio-rustls","any", "postgres", "mysql", "sqlite", "macros","chrono"
Database server and version: [REQUIRED] (MySQL / Postgres / SQLite <x.y.z>)
Postgres
Operating system: [REQUIRED]
win10
rustc --version:
1.74.0
The text was updated successfully, but these errors were encountered:
JDBC(java) and ODBC(c、C++) also is database agnostic, but they all support the decimal and Date(datetime) types.
Decimal and Date(datetime) types are so commonly used in databases and application , hope to add support to them.
Bug Description
When i get decimal column value from postgres by Any driver, the library panic :
Any driver does not support the Postgres type PgTypeInfo(Numeric)
the samilar error for the timestamp and date column type , it's :
Any driver does not support the Postgres type PgTypeInfo(Timestamptz)
Info
0.8.2
"runtime-tokio-rustls","any", "postgres", "mysql", "sqlite", "macros","chrono"
Postgres
win10
rustc --version
:1.74.0
The text was updated successfully, but these errors were encountered: