Skip to content

Bump github.com/pocketbase/dbx from 1.11.0 to 1.12.0#112

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/pocketbase/dbx-1.12.0
Open

Bump github.com/pocketbase/dbx from 1.11.0 to 1.12.0#112
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/pocketbase/dbx-1.12.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps github.com/pocketbase/dbx from 1.11.0 to 1.12.0.

Release notes

Sourced from github.com/pocketbase/dbx's releases.

v1.12.0 Release

  • Introduced QueryBuilder.CombineUnion(sql string, unionClause string) string to allow specifying how the UNION/UNION ALL statements should be concatenated to the base query. To minimize breaking changes the default BaseQueryBuilder implementation is preserved as before - aka. wraps the left and right side of the combined queries in parenthesis (this is not a standard SQL format and it is mostly a MySQL quirk).

  • Use custom SqliteQueryBuilder for the SqliteBuilder that removes the default parenthesis wrapping of Union()/UnionAll() statements because otherwise it is causing syntax error (see pocketbase#7516).

Commits
  • 08cd099 added QueryBuilder.CombineUnion and custom SQLiteQueryBuilder
  • 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 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)

Bumps [github.com/pocketbase/dbx](https://github.com/pocketbase/dbx) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/pocketbase/dbx/releases)
- [Commits](pocketbase/dbx@v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: github.com/pocketbase/dbx
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants