Jonathan Walsh

Results 3 issues of Jonathan Walsh

It would be helpful to have a README section comparing atomicfu vs Java Atomics. The current readme states: > Code it like AtomicReference/Int/Long, but run it in production efficiently as...

docs

## Description Only `Date` clickhouse types are formatted and returned as local date strings. `Date32` is returned as LocalDateTime. See https://github.com/ClickHouse/clickhouse-java/blob/b46d249bc894709b9f68962917c56b021dee9652/client-v2/src/main/java/com/clickhouse/client/api/data_formats/internal/AbstractBinaryFormatReader.java#L334-L340 The fix for date was added in https://github.com/ClickHouse/clickhouse-java/pull/2062/files, not...

bug

I'm looking at adding support for locking in clickhouse https://github.com/flyway/flyway-community-db-support/issues/48. `InsertRowLock` is close to working, but because clickhouse doesn't support traditional primary keys I had to make some modifications to...