You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I ran into an issue. It is possible to supply schema config option as an array, which is an undocumented and specific feature for PostgreSQL database driver. It sets search_path, which is used when searching for schemaless objects in these schemas.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Recently I ran into an issue. It is possible to supply schema config option as an array, which is an undocumented and specific feature for PostgreSQL database driver. It sets
search_path
, which is used when searching for schemaless objects in these schemas.However, not everywhere this is implemented. For example, hasTable does not have this functionality.
I'd be happy to try and work on a PR. Slowly and carefully, as this would be my first contribution outside bug reports and "thumbs up".
Beta Was this translation helpful? Give feedback.
All reactions