Driver version
7.2.0.jre8
8.1.0.jre11-preview
SQL Server version
MsSql16
Client Operating System
MacOs
JAVA/JVM version
Java12
Table schema
My connection string looks like
jdbc:sqlserver://myIp:1433;database=master;password=pass**;**sdfsdf%;user=my_user;
As you see my password contains ;. I use Hikari CP and this pool uses acceptUrl method. I don't want change my password and I want to use Hikari CP. Can you help me with it?
Driver version
7.2.0.jre8
8.1.0.jre11-preview
SQL Server version
MsSql16
Client Operating System
MacOs
JAVA/JVM version
Java12
Table schema
My connection string looks like
As you see my password contains ;. I use Hikari CP and this pool uses acceptUrl method. I don't want change my password and I want to use Hikari CP. Can you help me with it?