mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-11-03 06:52:48 +00:00
* Postgres: force generic plan when describing statement with args * cargo fmt * Postgres: set plan_cache_mode in transaction * Postgres: only set force_generic_plan for versions that support it * Postgres: reduce database calls in query macro's * Postgres: set generic execution plan only in query macro