vertx-sql-client icon indicating copy to clipboard operation
vertx-sql-client copied to clipboard

Custom Row value codec

Open BillyYccc opened this issue 5 years ago • 3 comments

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

BillyYccc avatar Jan 30 '21 23:01 BillyYccc

@vietj can you take a look at the new interfaces and examples in this draft PR and give some opinions?

BillyYccc avatar Jan 30 '21 23:01 BillyYccc

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 .

vietj avatar Feb 01 '21 08:02 vietj

created an issue in https://github.com/eclipse-vertx/vertx-sql-client/issues/882.

BillyYccc avatar Feb 02 '21 01:02 BillyYccc