Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add support for JDBI bind list params.#955

Merged
nedtwigg merged 3 commits into
diffplug:maindiffplug/spotless:mainfrom
dylanbaroody:jdbi_list_paramdylanbaroody/spotless:jdbi_list_paramCopy head branch name to clipboard
Oct 2, 2021
Merged

Add support for JDBI bind list params.#955
nedtwigg merged 3 commits into
diffplug:maindiffplug/spotless:mainfrom
dylanbaroody:jdbi_list_paramdylanbaroody/spotless:jdbi_list_paramCopy head branch name to clipboard

Conversation

@dylanbaroody

Copy link
Copy Markdown
Contributor

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 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 `>`
@dylanbaroody dylanbaroody changed the title jdbi_list_param Add support for JDBI bind list params. Add support for JDBI bind list params. Oct 1, 2021
@nedtwigg

nedtwigg commented Oct 1, 2021

Copy link
Copy Markdown
Member

Run spotlessApply to fix CI and this is good :)

@nedtwigg

nedtwigg commented Oct 2, 2021

Copy link
Copy Markdown
Member

Published in plugin-gradle 5.16.0 and plugin-maven 2.16.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.