Jérémie Drouet 055dbf02d4
fix: update setting search path in postgres (#2241)
* fix: update setting search path in postgres

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

* Add test cases

---------

Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2024-06-19 16:05:14 +08:00
..