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

Conversation

dylanbaroody
Copy link
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
Copy link
Member

nedtwigg commented Oct 1, 2021

Run spotlessApply to fix CI and this is good :)

@nedtwigg
Copy link
Member

nedtwigg commented Oct 2, 2021

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.