Vladimir Ozerov created IGNITE-8148:
---------------------------------------
Summary: JDBC thin driver: use semicolon as parameter's delimiter
Key: IGNITE-8148
URL:
https://issues.apache.org/jira/browse/IGNITE-8148 Project: Ignite
Issue Type: Task
Components: jdbc
Affects Versions: 2.4
Reporter: Vladimir Ozerov
Assignee: Vladimir Ozerov
Fix For: 2.5
Currently we split JDBC parameters using ampersand. This causes a number of usability concerns with escaping, especially when it is needed to pass connection URL to command line (e.g. sqlline in bash or PowerShell). A number of other vendors use either parentheses or semicolon as a delimiter. I propose to choose semicolon.
Also it is necessary to make sure that old-style connection URLs work fine after this change.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)