You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rogerbj, where did you run the DatabaseMetaData? GetDriverVersion (): Is it from a simple app or some Spring application?
I have run it from an external app, and looks fine
@rogerbj I added a fallback in loading the property. You can test against #2296 or just wait until 0.8.4, which will be published at the end of next week.
* Adding issue #2245 test
* Adding to readVersionFromResource the ability to load from a different classloader for those cases when the thread is running in a different classloader
Connected to Clickhouse with this JDBC driver:
Calling
DatabaseMetaData.getDriverVersion()
returns unknown.Expected: It should return the actual version which in this case is 0.8.2.
The text was updated successfully, but these errors were encountered: