nebula-contrib / nebula-jdbc

The JDBC connector for Nebula Graph.
41 stars 15 forks source link

NebulaConnection use default properties not the parsed properties #65

Open sadanyoyo opened 9 months ago

sadanyoyo commented 9 months ago

image

Hello, I cannot pass any thing from jdbc url query. When initialized a connection, it uses properties passed from outside, which is just username and password.

My jdbc connect url like this: jdbc:nebula://127.0.0.1:1422/switch?maxXXX=10