BC break in patch version: TypeUtils removed
See original GitHub issueThis https://github.com/yandex/clickhouse-jdbc/commit/3be7a3c90a9a8a4bfef8aa0de8822b4bbf43f5b7 removed TypeUtils
class.
Wanted to ask what is the versioning policy of this library. I relied on ^0.1, should I not consider z in x.y.z as patch version?
I used to use TypeUtils.toSqlType(String.class.getCanonicalName())
before 0.1.55, what to use now?
Thanks.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Arma 3 battleye client not responding - Nice To Bio
Aug 15, 2013 · Client not responding: This can happen if the server's or your connection times out for quite a while or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for mentioning issue, we’ll reduce amount of public API, exposed by library, and we’ll announce backward incompatible changes.
Works great, thanks!