Results 17 issues of Billy Yuan

…0 byte Signed-off-by: Billy Yuan Motivation: fixes https://github.com/eclipse-vertx/vertx-sql-client/issues/1215 Conformance: You should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md Please also make sure you adhere to the code...

bug
module:mysql

We should clarify more specifically how the TLS is configured in the documentation, we also need to add tests for the SSLMode `VERIFY_FULL`(Postgres) and `VERIFY_IDENTITY`(MySQL) to test the hostname verification.

documentation

#### Describe the feature Currently the SQL types-Java Object mappings are defined in the client and the row value buffer is decoded as fixed types does not provide an entry...

enhancement

#### Describe the feature We can introduce object pool to improve object allocation, we might directly use Netty [Recycler](https://netty.io/4.1/api/io/netty/util/Recycler.html). #### Use cases In our SQL Client implementations, `CommandBase` and `CommandCodec`...

perf

Postgres' $1, $2, etc, is nonstandard, AFAIK, and contrary to ODBC and JDBC. We should at least have the option to use this syntax if we want to. Issue reported...

module:pg

Currently `prepareBatch` implementation in MySQL is just an emulation for executing `preparedQuery` several times, MySQL Client/Server protocol does not support pipelining the requests therefore users don't benefit much in respect...

It would be good if we support Multiple Active Result Sets (MARS) which needs support for Session Multiplex Protocol (SMP) so that we could use multiplexed connections.

enhancement
help wanted
module:mssql

Motivation: Provide an API for customizing encoding/decoing row values of different data types, this is only a POC work and I only made a small experiment with MySQL yet. related...

Motivation: Fixes #432 Conformance: Your commits should be signed and you should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md Please also make sure you adhere to the...