Skip to content

Fix Select subquery with DollarPlaceholder#298

Merged
lann merged 1 commit into
masterfrom
fix-286
Oct 13, 2021
Merged

Fix Select subquery with DollarPlaceholder#298
lann merged 1 commit into
masterfrom
fix-286

Conversation

@lann

@lann lann commented Oct 13, 2021

Copy link
Copy Markdown
Member

Fixes #286

@lann lann merged commit 84ae2bc into master Oct 13, 2021
kodiakhq Bot referenced this pull request in cloudquery/cq-provider-sdk Jun 20, 2022
)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/Masterminds/squirrel](https://togithub.com/Masterminds/squirrel) | require | patch | `v1.5.0` -> `v1.5.3` |

---

### Release Notes

<details>
<summary>Masterminds/squirrel</summary>

### [`v1.5.3`](https://togithub.com/Masterminds/squirrel/compare/v1.5.2...v1.5.3)

[Compare Source](https://togithub.com/Masterminds/squirrel/compare/v1.5.2...v1.5.3)

### [`v1.5.2`](https://togithub.com/Masterminds/squirrel/releases/tag/v1.5.2)

[Compare Source](https://togithub.com/Masterminds/squirrel/compare/v1.5.1...v1.5.2)

#### What's Changed

-   [#&#8203;301](https://togithub.com/Masterminds/squirrel/issues/301) Conjunction produces wrong dollar parameter placeholders by [@&#8203;strider2038](https://togithub.com/strider2038) in [https://github.com/Masterminds/squirrel/pull/302](https://togithub.com/Masterminds/squirrel/pull/302)

### [`v1.5.1`](https://togithub.com/Masterminds/squirrel/releases/tag/v1.5.1)

[Compare Source](https://togithub.com/Masterminds/squirrel/compare/v1.5.0...v1.5.1)

#### What's Changed

-   doc: fix deprecated usage of NewStmtCache by [@&#8203;elvizlai](https://togithub.com/elvizlai) in [https://github.com/Masterminds/squirrel/pull/274](https://togithub.com/Masterminds/squirrel/pull/274)
-   Add missing MustSql methods by [@&#8203;swithek](https://togithub.com/swithek) in [https://github.com/Masterminds/squirrel/pull/288](https://togithub.com/Masterminds/squirrel/pull/288)
-   Fix Select subquery with DollarPlaceholder by [@&#8203;lann](https://togithub.com/lann) in [https://github.com/Masterminds/squirrel/pull/298](https://togithub.com/Masterminds/squirrel/pull/298)

#### New Contributors

-   [@&#8203;swithek](https://togithub.com/swithek) made their first contribution in [https://github.com/Masterminds/squirrel/pull/288](https://togithub.com/Masterminds/squirrel/pull/288)

**Full Changelog**: Masterminds/squirrel@v1.5.0...v1.5.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
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.

PrefixExpr() produces wrong dollar parameter placeholders

1 participant