Felix Mueller
Felix Mueller
What is the time zone you are running your tests in, i.e. what's the output of `TimeZone.getDefault()`? Since this is an integration test, please also let us know the time...
@honavar-sohan how are you setting the parameter values? As far as I can see, the JDBC driver works fine, see examples in PR #302
Can you use regular Java EE DataSource? Then you won't need the WebLogic specific things. See for example [Weblogic manual](https://docs.oracle.com/cd/E24329_01/web.1211/e24376/ds_annotation.htm#JDBCP1038)
We are encountering this issue, too, using recent Eclipse and gradle 6.8.3. Following up on reporters' and @donat 's comments to gradle/gradle#12354 and #1009 we created a small project to...
Thanks @nilaymk for the report. The discovery of the schemas is a fragile point, and the concepts "schema", "catalog" or "table" are not used consistently in MetaBase and the ClickHouse...
Hi @Jishnu-Prakash-K Are you using the Metabase sum function in query builder or are you using an SQL query? If you are using the Metabase sum function, do you see...
no further info
Right now, arrays are not supported. I will try to get this working, but it needs some tweaking of the underlying JDBC driver as well, see for example yandex/clickhouse-jdbc#300 What...
I think I'll still have to override `ClickHouseArray.toString()`. That's at least how it works for the Postgresql driver.
I added a String representation for arrays in the driver code, so you should at least be able _see_ your Array data. Please check out the current master or download...