This changeset https://github.com/Tomas-Kraus/helidon/tree/c79f29915285575b50c473d7790484ccbb0f7170/dbclient contains some changes that were removed from DB client during reactive removal.
It would be nice to get them back.
There are 3 main parts to get back:
- restore common module wit all common parts that are just copy-pasted in jdbc/mongo, restore removed config/context objects
- restore optimized query parameters processing and make it slightly better (I remember Romain had some design note to it)
- restore JDBC type specific setters and primitive types auto boxing removal (currently everything is set trough setObject which is not optimal)
This changeset https://github.com/Tomas-Kraus/helidon/tree/c79f29915285575b50c473d7790484ccbb0f7170/dbclient contains some changes that were removed from DB client during reactive removal.
It would be nice to get them back.
There are 3 main parts to get back: