Max Sumrall
Max Sumrall
### Expected behavior Generate an any clause with an array of the column type. ### Actual behavior Generates an any clause with an array of the column type with huge...
Property override can be removed with an upgrade to the latest oss-parent when https://github.com/PicnicSupermarket/oss-parent/pull/5 is merged.
When using the jOOQ SQL library for querying a database, you can either fetch the result set of your query into memory and proceed with application code, or you can...
### Describe the bug It appears that the first queries (SELECTs) to the ClickHouse server fail on the V2 client with an error: ```com.clickhouse.client.api.ClientException: Failed to get query response```. Wrapping...