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

DM-36497: Add support for specifying schema name for tables #28

Merged
merged 2 commits into from Oct 7, 2022

Conversation

andy-slac
Copy link
Collaborator

Adds a configuration field to ApdbSqlConfig which can specify alternative schema name to use for all tables. Schema needs to be created in advance, by default the default schema is used. Also adds a separate unit test case for Postgres (only runs if testing.postgres exists), which tests non-default schema name.

Adds a configuration field to ApdbSqlConfig which can specify alternative
schema name to use for all tables. Schema needs to be created in advance,
by default the default schema is used. Also adds a separate unit test case
for Postgres (only runs if testing.postgres exists), which tests
non-default schema name.
@andy-slac andy-slac merged commit ae81470 into main Oct 7, 2022
@andy-slac andy-slac deleted the tickets/DM-36497 branch October 7, 2022 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants