Custom Row value codec
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 feature request collections:
- https://github.com/eclipse-vertx/vertx-sql-client/issues/862
- https://github.com/eclipse-vertx/vertx-sql-client/issues/343
- https://github.com/eclipse-vertx/vertx-sql-client/issues/476
@vietj can you take a look at the new interfaces and examples in this draft PR and give some opinions?
Sure,
I think the codec should be in SPI package and not in API.
I'll do a review of the rest.
can you open an issue for this task that describes it ?
On Sun, Jan 31, 2021 at 12:50 AM Billy Yuan [email protected] wrote:
@vietj https://github.com/vietj can you take a look at the new interfaces and examples in this draft PR and give some opinions?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/eclipse-vertx/vertx-sql-client/pull/879#issuecomment-770299426, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABXDCVUUZTQHRFBCVEJNPTS4SLLVANCNFSM4W2YYELQ .
created an issue in https://github.com/eclipse-vertx/vertx-sql-client/issues/882.