This is an automated email from the ASF dual-hosted git repository.
klund pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new a6a7275 GEODE-5021: Add parameters to connection in jdbc-1.0.xsd
(#1748)
a6a7275 is described below
commit a6a72750021cf6d17a19e1c6adbb51643680e2d6
Author: Kirk Lund <[email protected]>
AuthorDate: Fri Apr 6 09:21:13 2018 -0700
GEODE-5021: Add parameters to connection in jdbc-1.0.xsd (#1748)
---
.../resources/META-INF/schemas/geode.apache.org/schema/jdbc/jdbc-1.0.xsd | 1 +
1 file changed, 1 insertion(+)
diff --git
a/geode-connectors/src/main/resources/META-INF/schemas/geode.apache.org/schema/jdbc/jdbc-1.0.xsd
b/geode-connectors/src/main/resources/META-INF/schemas/geode.apache.org/schema/jdbc/jdbc-1.0.xsd
index d4879f4..712ce44 100644
---
a/geode-connectors/src/main/resources/META-INF/schemas/geode.apache.org/schema/jdbc/jdbc-1.0.xsd
+++
b/geode-connectors/src/main/resources/META-INF/schemas/geode.apache.org/schema/jdbc/jdbc-1.0.xsd
@@ -54,6 +54,7 @@ XML schema for JDBC Connector Service in Geode.
<xsd:attribute type="xsd:string" name="url"
use="optional"/>
<xsd:attribute type="xsd:string" name="user"
use="optional"/>
<xsd:attribute type="xsd:string"
name="password" use="optional"/>
+ <xsd:attribute type="xsd:string"
name="parameters" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
--
To stop receiving notification emails like this one, please contact
[email protected].