Artem Konovalov

Results 3 issues of Artem Konovalov

I think that a `ArrayIndexOutOfBoundException` can happen in method `char64`. It's reason is not correct check of array bounds. Moreover, I have changed a thread-safe StringBuffer instead not thread-safe StringBuilder...

### Does your PR solve an issue? Fixes #186. This PR adds support for traffic compression in MySQL & MariaDB. Data can now be compressed using either **zstd** or **zlib**,...

### Does your PR solve an issue? fixes #3969 Based on t[he postgresql doc](https://www.postgresql.org/docs/current/libpq-connect.html?#LIBPQ-CONNSTRING-URIS), if host part is skipped in the url, default socket dir is used. ### Is this...