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
12.36k stars 1.18k forks source link

feat: support the Postgres Bool type for the Any driver #3291

Closed etorreborre closed 1 week ago

etorreborre commented 2 weeks ago

Does your PR solve an issue?

This PgType::Bool type is now mapped to the Any type Bool.

fixes #3290