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/huandu/go-sqlbuilder from 1.17.0 to 1.18…
….0 (#4) Bumps [github.com/huandu/go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) from 1.17.0 to 1.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/huandu/go-sqlbuilder/releases">github.com/huandu/go-sqlbuilder's releases</a>.</em></p> <blockquote> <h2>New feature: Flavor for ClickHouse</h2> <p>We add a new flavor <code>ClickHouse</code> in this package. See <a href="https://github-redirect.dependabot.com/huandu/go-sqlbuilder/issues/92">#92</a> for details. Thanks for your contribution, <a href="https://github.com/hanyuancheung"><code>@hanyuancheung</code></a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/huandu/go-sqlbuilder/compare/v1.17.0...v1.18.0">https://github.com/huandu/go-sqlbuilder/compare/v1.17.0...v1.18.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/f5453c8d30fce8e6969c3ed48809d7ee313f09d4"><code>f5453c8</code></a> Merge branch 'hanyuancheung-feature/support_clickhouse_grammar'</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/f8230fdebf2334421bbee9942eb1d7774494c504"><code>f8230fd</code></a> fix incorrect verb for InsertBuilder</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/60fd0c4a962d9eb5d5f613cf16c4d3f7cfee205e"><code>60fd0c4</code></a> fix unhex and test in local clickhouse</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/2aefd5cb95eaa7c7b934c3ad46ee48a2b1ab01f6"><code>2aefd5c</code></a> fix unhex and flavor bug</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/b73711d008393e7b95e4ba77f4ea1c8aaed8bafe"><code>b73711d</code></a> fix readme</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/293232c09aa74f69c68a247df9f41744e8fcd9af"><code>293232c</code></a> support ClickHouse Grammar</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/563336351f65988326388340af94e846a707fb73"><code>5633363</code></a> support ClickHouse Grammar</li> <li>See full diff in <a href="https://github.com/huandu/go-sqlbuilder/compare/v1.17.0...v1.18.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/huandu/go-sqlbuilder&package-manager=go_modules&previous-version=1.17.0&new-version=1.18.0)](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 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