Skip to content
New issue

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

build(deps): Bump github.com/proullon/ramsql from 0.1.2 to 0.1.3 #660

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2023

Bumps github.com/proullon/ramsql from 0.1.2 to 0.1.3.

Release notes

Sourced from github.com/proullon/ramsql's releases.

v0.1.3

What's Changed

Full Changelog: proullon/ramsql@v0.1.2...v0.1.3

Commits
  • b525f28 fix: (close #93) boolean parsing in INSERT query
  • 0fc26c5 chore: move parseInsert to insert.go
  • 7de0035 Create CODE_OF_CONDUCT.md
  • af19c91 fix: (primary key) update README
  • 25e343e fix: (primary key) handle multiple attribute primary key creation
  • 0ee529a fix: (primary key) add check for primary key violation
  • 7e33321 fix: (primary key) add failing tests
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added automerge Automatically merge PR once all prerequisites pass dependencies Pull requests that update a dependency file labels Oct 6, 2023
@dependabot dependabot bot requested a review from MonikaCat October 6, 2023 04:41
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/proullon/ramsql-0.1.3 branch from b353c25 to d94bea3 Compare October 10, 2023 19:04
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/proullon/ramsql-0.1.3 branch 2 times, most recently from 83a4570 to da144c3 Compare November 1, 2023 11:32
Bumps [github.com/proullon/ramsql](https://github.com/proullon/ramsql) from 0.1.2 to 0.1.3.
- [Release notes](https://github.com/proullon/ramsql/releases)
- [Commits](proullon/ramsql@v0.1.2...v0.1.3)

---
updated-dependencies:
- dependency-name: github.com/proullon/ramsql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/proullon/ramsql-0.1.3 branch from da144c3 to ed6013b Compare November 1, 2023 12:08
Bumps [github.com/proullon/ramsql](https://github.com/proullon/ramsql) from 0.1.2 to 0.1.3.
- [Release notes](https://github.com/proullon/ramsql/releases)
- [Commits](proullon/ramsql@v0.1.2...v0.1.3)

---
updated-dependencies:
- dependency-name: github.com/proullon/ramsql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/proullon/ramsql-0.1.3 branch from ed6013b to ffae35b Compare November 1, 2023 12:32
@mergify mergify bot merged commit f641294 into cosmos/v0.47.x Nov 1, 2023
7 checks passed
@mergify mergify bot deleted the dependabot/go_modules/github.com/proullon/ramsql-0.1.3 branch November 1, 2023 13:06
MonikaCat pushed a commit that referenced this pull request Feb 5, 2024
Bumps [github.com/proullon/ramsql](https://github.com/proullon/ramsql) from 0.1.2 to 0.1.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/proullon/ramsql/releases">github.com/proullon/ramsql's releases</a>.</em></p>
<blockquote>
<h2>v0.1.3</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: (primary key) add check for primary key violation by <a href="https://github.com/proullon"><code>@​proullon</code></a> in <a href="https://redirect.github.com/proullon/ramsql/pull/91">proullon/ramsql#91</a></li>
<li>fix: (close <a href="https://redirect.github.com/proullon/ramsql/issues/93">#93</a>) boolean parsing in INSERT query by <a href="https://github.com/proullon"><code>@​proullon</code></a> in <a href="https://redirect.github.com/proullon/ramsql/pull/94">proullon/ramsql#94</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/proullon/ramsql/compare/v0.1.2...v0.1.3">https://github.com/proullon/ramsql/compare/v0.1.2...v0.1.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/proullon/ramsql/commit/b525f281b9cb62de1c63a081bdaf1303c0212b80"><code>b525f28</code></a> fix: (close <a href="https://redirect.github.com/proullon/ramsql/issues/93">#93</a>) boolean parsing in INSERT query</li>
<li><a href="https://github.com/proullon/ramsql/commit/0fc26c5a209c22ffe57cd2653a16dcaefe739237"><code>0fc26c5</code></a> chore: move parseInsert to insert.go</li>
<li><a href="https://github.com/proullon/ramsql/commit/7de0035ebf7900f04c1d12e4de88f0099fdcfd06"><code>7de0035</code></a> Create CODE_OF_CONDUCT.md</li>
<li><a href="https://github.com/proullon/ramsql/commit/af19c912899749ae8cb75588da2f61faf6e3cec1"><code>af19c91</code></a> fix: (primary key) update README</li>
<li><a href="https://github.com/proullon/ramsql/commit/25e343ea218179b2613aa0b1bda5a3ed1e237ab2"><code>25e343e</code></a> fix: (primary key) handle multiple attribute primary key creation</li>
<li><a href="https://github.com/proullon/ramsql/commit/0ee529a80e1bf8028cc3699d5a81ea393a3851fb"><code>0ee529a</code></a> fix: (primary key) add check for primary key violation</li>
<li><a href="https://github.com/proullon/ramsql/commit/7e33321480ac398690a184a732ceb03645ae5f85"><code>7e33321</code></a> fix: (primary key) add failing tests</li>
<li>See full diff in <a href="https://github.com/proullon/ramsql/compare/v0.1.2...v0.1.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/proullon/ramsql&package-manager=go_modules&previous-version=0.1.2&new-version=0.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>
MonikaCat pushed a commit that referenced this pull request Feb 5, 2024
Bumps [github.com/proullon/ramsql](https://github.com/proullon/ramsql) from 0.1.2 to 0.1.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/proullon/ramsql/releases">github.com/proullon/ramsql's releases</a>.</em></p>
<blockquote>
<h2>v0.1.3</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: (primary key) add check for primary key violation by <a href="https://github.com/proullon"><code>@​proullon</code></a> in <a href="https://redirect.github.com/proullon/ramsql/pull/91">proullon/ramsql#91</a></li>
<li>fix: (close <a href="https://redirect.github.com/proullon/ramsql/issues/93">#93</a>) boolean parsing in INSERT query by <a href="https://github.com/proullon"><code>@​proullon</code></a> in <a href="https://redirect.github.com/proullon/ramsql/pull/94">proullon/ramsql#94</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/proullon/ramsql/compare/v0.1.2...v0.1.3">https://github.com/proullon/ramsql/compare/v0.1.2...v0.1.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/proullon/ramsql/commit/b525f281b9cb62de1c63a081bdaf1303c0212b80"><code>b525f28</code></a> fix: (close <a href="https://redirect.github.com/proullon/ramsql/issues/93">#93</a>) boolean parsing in INSERT query</li>
<li><a href="https://github.com/proullon/ramsql/commit/0fc26c5a209c22ffe57cd2653a16dcaefe739237"><code>0fc26c5</code></a> chore: move parseInsert to insert.go</li>
<li><a href="https://github.com/proullon/ramsql/commit/7de0035ebf7900f04c1d12e4de88f0099fdcfd06"><code>7de0035</code></a> Create CODE_OF_CONDUCT.md</li>
<li><a href="https://github.com/proullon/ramsql/commit/af19c912899749ae8cb75588da2f61faf6e3cec1"><code>af19c91</code></a> fix: (primary key) update README</li>
<li><a href="https://github.com/proullon/ramsql/commit/25e343ea218179b2613aa0b1bda5a3ed1e237ab2"><code>25e343e</code></a> fix: (primary key) handle multiple attribute primary key creation</li>
<li><a href="https://github.com/proullon/ramsql/commit/0ee529a80e1bf8028cc3699d5a81ea393a3851fb"><code>0ee529a</code></a> fix: (primary key) add check for primary key violation</li>
<li><a href="https://github.com/proullon/ramsql/commit/7e33321480ac398690a184a732ceb03645ae5f85"><code>7e33321</code></a> fix: (primary key) add failing tests</li>
<li>See full diff in <a href="https://github.com/proullon/ramsql/compare/v0.1.2...v0.1.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/proullon/ramsql&package-manager=go_modules&previous-version=0.1.2&new-version=0.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>
MonikaCat pushed a commit that referenced this pull request Feb 6, 2024
Bumps [github.com/proullon/ramsql](https://github.com/proullon/ramsql) from 0.1.2 to 0.1.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/proullon/ramsql/releases">github.com/proullon/ramsql's releases</a>.</em></p>
<blockquote>
<h2>v0.1.3</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: (primary key) add check for primary key violation by <a href="https://github.com/proullon"><code>@​proullon</code></a> in <a href="https://redirect.github.com/proullon/ramsql/pull/91">proullon/ramsql#91</a></li>
<li>fix: (close <a href="https://redirect.github.com/proullon/ramsql/issues/93">#93</a>) boolean parsing in INSERT query by <a href="https://github.com/proullon"><code>@​proullon</code></a> in <a href="https://redirect.github.com/proullon/ramsql/pull/94">proullon/ramsql#94</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/proullon/ramsql/compare/v0.1.2...v0.1.3">https://github.com/proullon/ramsql/compare/v0.1.2...v0.1.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/proullon/ramsql/commit/b525f281b9cb62de1c63a081bdaf1303c0212b80"><code>b525f28</code></a> fix: (close <a href="https://redirect.github.com/proullon/ramsql/issues/93">#93</a>) boolean parsing in INSERT query</li>
<li><a href="https://github.com/proullon/ramsql/commit/0fc26c5a209c22ffe57cd2653a16dcaefe739237"><code>0fc26c5</code></a> chore: move parseInsert to insert.go</li>
<li><a href="https://github.com/proullon/ramsql/commit/7de0035ebf7900f04c1d12e4de88f0099fdcfd06"><code>7de0035</code></a> Create CODE_OF_CONDUCT.md</li>
<li><a href="https://github.com/proullon/ramsql/commit/af19c912899749ae8cb75588da2f61faf6e3cec1"><code>af19c91</code></a> fix: (primary key) update README</li>
<li><a href="https://github.com/proullon/ramsql/commit/25e343ea218179b2613aa0b1bda5a3ed1e237ab2"><code>25e343e</code></a> fix: (primary key) handle multiple attribute primary key creation</li>
<li><a href="https://github.com/proullon/ramsql/commit/0ee529a80e1bf8028cc3699d5a81ea393a3851fb"><code>0ee529a</code></a> fix: (primary key) add check for primary key violation</li>
<li><a href="https://github.com/proullon/ramsql/commit/7e33321480ac398690a184a732ceb03645ae5f85"><code>7e33321</code></a> fix: (primary key) add failing tests</li>
<li>See full diff in <a href="https://github.com/proullon/ramsql/compare/v0.1.2...v0.1.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/proullon/ramsql&package-manager=go_modules&previous-version=0.1.2&new-version=0.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatically merge PR once all prerequisites pass dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant