Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move schema to class property for PostgresAdapter #2309

Merged
merged 2 commits into from
Sep 7, 2024
Merged

Conversation

MasterOdin
Copy link
Member

@MasterOdin MasterOdin commented Sep 7, 2024

PR removes the PostgresAdapter::getGlobalSchemaName function in favor of having a $schema class property, which is more inline with how other adapter specific settings work for other adapters. This is a bit of prep work for figuring out how to accomplish #2304.

I also documented the various settings for the adapters in the docs as well to make it more obvious how to configure things.

@MasterOdin MasterOdin merged commit d55d705 into 0.x Sep 7, 2024
12 checks passed
@MasterOdin MasterOdin deleted the chore-psql-schema branch September 7, 2024 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant