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
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.
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
The text was updated successfully, but these errors were encountered: