We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JDBI bind list params are in the format: IN(<ids>). Previously the formatter would break these up:
IN(<ids>)
IN( < ids > )
Which breaks the JDBI integration. This will no longer happen in the case that there is a < then a NAME type token then >
<
>
Sorry, something went wrong.
jdbi_list_param Add support for JDBI bind list params.
704e6ce
JDBI bind list params are in the format: `IN(<ids>)`. Previously the formatter would break these up: ``` IN( < ids > ) ``` Which breaks the JDBI integration. This will no longer happen in the case that there is a `<` then a NAME type token then `>`
jdbi_list_param Add changelogs
daa9a18
Run spotlessApply to fix CI and this is good :)
spotlessApply
formatting
9c0cf78
49b3363
Published in plugin-gradle 5.16.0 and plugin-maven 2.16.0
plugin-gradle 5.16.0
plugin-maven 2.16.0
Successfully merging this pull request may close these issues.