[
https://issues.apache.org/jira/browse/IGNITE-22406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Iurii Gerzhedovich resolved IGNITE-22406.
-----------------------------------------
Resolution: Not A Problem
It was intentionally implemented so. We have a special part of the URL to set
the schema name.
> Jdbc. Schema can't be set as parameter in URL
> ---------------------------------------------
>
> Key: IGNITE-22406
> URL: https://issues.apache.org/jira/browse/IGNITE-22406
> Project: Ignite
> Issue Type: Improvement
> Components: jdbc
> Reporter: Iurii Gerzhedovich
> Priority: Major
> Labels: ignite-3
>
> As of now schema can be set by two ways, through API (connection.setSchema)
> and as separate part of URL just after host and port. However parameters also
> can be passed as parameters and it doesn't work for schema.
> jdbc:ignite:thin://host[:port][,host[:port][/SCHEMA][[?parameter1=value1][¶meter1=value1],...]]
>
> Let's fix it. Seems need to add the parameter to
> org.apache.ignite.internal.jdbc.ConnectionPropertiesImpl#propsArray
--
This message was sent by Atlassian Jira
(v8.20.10#820010)