Iurii Gerzhedovich created IGNITE-22406:
-------------------------------------------
Summary: 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
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)