[
https://issues.apache.org/jira/browse/GEODE-6225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16742556#comment-16742556
]
Diane Hardman commented on GEODE-6225:
--------------------------------------
The --schema and --catalog options for `create jdbc-mapping` command are
provided to meet the JDBC API standard. These options assume the JDBC driver
for the target RDBMS specified by the user understands and appropriately uses
these specifications. If the JDBC driver for the target RDBMS does not utilize
schema or catalog parameters in the JDBC API but these are required to identify
the correct table, the user can add the schema and/or catalog notation in the
URL specification in the `create data-source` command.
> add support to create jdbc-mapping for catalog and schema
> ---------------------------------------------------------
>
> Key: GEODE-6225
> URL: https://issues.apache.org/jira/browse/GEODE-6225
> Project: Geode
> Issue Type: Improvement
> Components: docs, extensions
> Reporter: Darrel Schneider
> Assignee: Darrel Schneider
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.9.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The JDBC api support a catalog and schema option. Currently the JDBC
> connector always set these to null. The create jdbc-mapping should have
> options that allow users to specify non-default values for catalog and schema.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)