r2dbc-spi icon indicating copy to clipboard operation
r2dbc-spi copied to clipboard

Feature/dynamic credential

Open calebcodesgud opened this issue 2 years ago • 0 comments

Added this pull request implementing @Michael-A-McMahon 's suggested changes for #273 .

Only difference vs original suggestions on #273 is using a class for UserPasswordCredentialImpl rather than a record, so as not to tie the project to java 14.

Still need to add tests for this, was having trouble getting r2dbc-spi-test module running in my local env...

calebcodesgud avatar Sep 07 '22 15:09 calebcodesgud