[
https://issues.apache.org/jira/browse/GEODE-3824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16263088#comment-16263088
]
ASF subversion and git services commented on GEODE-3824:
--------------------------------------------------------
Commit a54832f3e1a05ee74cc42bd1385ae05a9081482a in geode's branch
refs/heads/feature/GEODE-3824 from [[email protected]]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a54832f ]
GEODE-3824: Allow JDBC connection configuration for gfsh
* Fix XML parsing issues that prevented new command from functioning
* Add missing support for extra database connection parameters
> Create JDBC connection via GFSH
> -------------------------------
>
> Key: GEODE-3824
> URL: https://issues.apache.org/jira/browse/GEODE-3824
> Project: Geode
> Issue Type: Sub-task
> Components: docs, regions
> Reporter: Fred Krone
>
> Need to be able to configure establish a JDBC connection via GFSH and
> reference it when tying a region to a DB via PDX-JDBC.
> {noformat}
> NAME
> create jdbc-connection
> SYNOPSIS
> This provides the ability to specify the parameters necessary to
> communicate with a database through JDBC.
> SYNTAX
> create jdbc connection --name=value --url=value [--user=value]
> [--password=value] [--params=value[,value...]]
> PARAMETERS
> name
> Set name for this connection
> Required: true
> url
> Set the url location for the database
> Required: true
> user
> Set name of user to connect to database as
> Required: false
> password
> Set the password to use when connecting to database
> Required: false
> Params
> Set of additional parameters to use when connecting to database. No
> parameters are yet supported
> Required: false
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)