vert-x3 / vertx-jdbc-client

JDBC support for Vert.x
Apache License 2.0
126 stars 90 forks source link

IP address doesnt accept in the connection string #305

Closed ruslansennov closed 1 year ago

ruslansennov commented 1 year ago

Version

reproduces on 4.4.3

Context

HOST_AND_PORT_PATTERN in JDBCClientImpl does not accept IP addresses, this causes the connection to fail

tsegismont commented 1 year ago

Thank you @ruslansennov for reporting