[
https://issues.apache.org/jira/browse/CALCITE-3047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde updated CALCITE-3047:
---------------------------------
Fix Version/s: 1.20.0
> In JDBC adapter, expose multiple schemas of the back-end database
> ------------------------------------------------------------------
>
> Key: CALCITE-3047
> URL: https://issues.apache.org/jira/browse/CALCITE-3047
> Project: Calcite
> Issue Type: Bug
> Reporter: Julian Hyde
> Priority: Major
> Fix For: 1.20.0
>
>
> In JDBC adapter, expose multiple schemas of the back-end database. We do this
> by adding JdbcCatalogSchema, an implementation of Schema that reads the
> back-end database catalog and for each schema, creates a sub-schema that is a
> JdbcSchema.
> Also add an experimental way to create a Calcite connection with a given
> schema as its root schema (in this case, a JdbcCatalogSchema) rather than the
> usual AbstractSchema.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)