Vaidas Lauzeckas

Results 3 issues of Vaidas Lauzeckas

Not sure it issue with the connector or JDBC driver itself, but i noticed strange behavior: Add such query as custom SQL: `select toDateTime('2022-08-23 02:52:53') as tz, toTypeName(tz) as tz_type,...

bug

default_database parameter not working with Tableau connector: `create database test_db;` `CREATE TABLE test_db.test_table ( `id` Int64 ) ENGINE= MergeTree ORDER BY (id) SETTINGS index_granularity = 8192;` `CREATE USER test_user IDENTIFIED...

hi, Clickhouse have unique and very powerful functionality called Aggregate state. Basically, you can aggregate "count distinct". More about this functionality with examples could found here: https://altinity.com/blog/2017/7/10/clickhouse-aggregatefunctions-and-aggregatestate But due to...

enhancement