wise-coders / dbschema

DbSchema Database Designer
https://dbschema.com
80 stars 3 forks source link

Jdbc driver for influxdb #77

Closed mehrdad2000 closed 2 years ago

mehrdad2000 commented 2 years ago

Hi as i read this link there is driver for connecting to influxdb, but i have two questions:

1-AFAIK "ifxjdbc.jar" belong to informix driver NOT influxdb dirver! in link that you mention write that: “Required File(s): ifxjdbc.jar”, why?

2-there is no “Java Driver Class: com.dbschema.influxdb.InfluxJdbcDriver” in zip file.

wise-coders commented 2 years ago

The webpage is now fixed. The class is com.wisecoders.dbschema.influxdb.JdbcDriver

mehrdad2000 commented 2 years ago

@wise-coders thanks, after retry got this error:

2022-07-21 11:54:17.730 +0430 [dw-66 - POST /api/connections/status] ERROR io.dropwizard.jersey.errors.LoggingExceptionMapper - Error handling a request: 99104a48e2c6038b java.lang.NoSuchMethodError: java.net.URLDecoder.decode(Ljava/lang/String;Ljava/nio/charset/Charset;)Ljava/lang/String; at com.wisecoders.dbschema.influxdb.JdbcDriver.connect(JdbcDriver.java:62)

wise-coders commented 1 year ago

We deployed a new driver on our website. The language level increased to Java 10. This was the issue.