Skip to content

1.3.4

Compare
Choose a tag to compare
@slvrtrn slvrtrn released this 26 Feb 14:41
· 76 commits to master since this release
979a3ac

New features

  • If introspected ClickHouse version is lower than 23.8, the driver will not use startsWithUTF8/endsWithUTF8 and fall back to their non-UTF8 counterparts instead. There is a drawback in this compatibility mode: potentially incorrect filtering results when working with non-latin strings. If your use case includes filtering by columns with such strings and you experience these issues, consider upgrading your ClickHouse server to 23.8+. (#224)