launchbadge / sqlx

🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
Apache License 2.0
13.15k stars 1.24k forks source link

The Postgres type `Bool` should be mapped to the `Any` type `Bool` #3290

Closed etorreborre closed 3 months ago

etorreborre commented 3 months ago

Bug Description

In the Any driver the list of types mapped from Postgres to Any is missing the Bool type.

Info