ClickHouse / clickhouse-tableau-connector-jdbc

Tableau connector to ClickHouse using JDBC driver
Apache License 2.0
57 stars 9 forks source link

datename function not working #34

Closed vlauzeckas closed 2 years ago

vlauzeckas commented 2 years ago

hi, could it be that datename tableau function not working with Analytika JDBC driver? image

I would expect "May" to be written here. Same formula from any other data source: image

yurifal commented 2 years ago

@vlauzeckas thank you for the catch. Indeed, my fault. The current DATENAME() function in the connector is actually a DATEPART() one ;-) Will be corrected in the next release (very soon).

vlauzeckas commented 2 years ago

Thank you very much!

yurifal commented 2 years ago

Fixed by this commit