sql

All things SQL and JDBC...
kirill.salykin 2020-04-01T19:20:00.129700Z

Hi Sean, Do you plan to continue work on next.jdbc middlewares? This feature pretty cool, would be nice to have it released. thanks!

seancorfield 2020-04-01T19:22:57.130400Z

@kirill.salykin Yes, there's still an open issue on GitHub for it. It's a hard problem to solve "correctly".

seancorfield 2020-04-01T19:23:29.131300Z

I have had three runs at it now and I'm not satisfied with any of them.

kirill.salykin 2020-04-01T19:23:29.131400Z

good to know that it is still on a table, thanks!

seancorfield 2020-04-01T19:26:25.132500Z

At a minimum, I want to provide a way to supply default options, through something that can "wrap" connectable... Maybe.

kirill.salykin 2020-04-01T19:27:41.133Z

I recall you wanted to avoid having such wrappers

seancorfield 2020-04-01T20:03:24.133600Z

This would be a "typed" wrapper that added minimal overhead -- not a wrapped API.

seancorfield 2020-04-01T20:04:09.134500Z

The key is to ensure that people who don't use this middleware/default-option-wrapper don't have to pay any cost for it being in the library.

seancorfield 2020-04-01T20:04:28.134900Z

(and that people who do use it also don't pay too much cost)