mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-07 22:29:32 +00:00
* Escape PostgreSQL options * Use raw string literals in test case Co-authored-by: Austin Bonander <austin.bonander@gmail.com> * Document escaping behavior for options * Remove heap allocations for options formatting * Use an actual config option for the test case --------- Co-authored-by: Austin Bonander <austin.bonander@gmail.com>