Bug report
Describe the bug
Rust's sqlx requires connection pooler to support named prepared statements in order to work properly, it has always been an issue up until the release of pgcat, that finally people can use it with a proper connection pooler, since #69 is closed I assume the latest release v1.0.0 for supavisor has been deployed for all Supabase users, however I did a test and sqlx still doesn't work and is due to named prepared statements.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Clone the supavisor-sqlx and replace the DATABASE_URL in .env, you should see this error.

Expected behavior
Expect named prepared statements to work with sqlx
Bug report
Describe the bug
Rust's sqlx requires connection pooler to support named prepared statements in order to work properly, it has always been an issue up until the release of pgcat, that finally people can use it with a proper connection pooler, since #69 is closed I assume the latest release v1.0.0 for supavisor has been deployed for all Supabase users, however I did a test and sqlx still doesn't work and is due to named prepared statements.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Clone the supavisor-sqlx and replace the
DATABASE_URLin.env, you should see this error.Expected behavior
Expect named prepared statements to work with sqlx