SeaQL / sea-orm

🐚 An async & dynamic ORM for Rust
https://www.sea-ql.org/SeaORM/
Apache License 2.0
6.56k stars 459 forks source link

fix: update setting search path in postgres #2240

Closed jdrouet closed 1 month ago

jdrouet commented 1 month ago

When using multiple schemas in search path for postgres, using quoted string breaks the ability to use multiple schemas. Removing the quotes fixes it.

PR Info

New Features

Bug Fixes

Breaking Changes

Changes