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

Provide a way to set the current schema when initializing the db connection. #7517

Open
daneshk opened this issue Jan 22, 2025 · 0 comments
Open

Comments

@daneshk
Copy link
Member

daneshk commented Jan 22, 2025

Current Limitation

When connecting to the Database, which has a custom DB schema instead of the default public schema, the DB connectors don't have the option to provide the current schema. But, in DB connection URLs there is an option called currentSchema which supports passing schema name. We need to support this under the Options.

Related issue: https://github.com/wso2-enterprise/internal-support-ballerina/issues/879

Suggested Improvement

Add DB option to provide the current schema in DB configurations

Version

any

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

1 participant