Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump github.com/proullon/ramsql from 0.1.2 to 0.1.3 (#660)
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>
- Loading branch information