Skip to content

🤖 bump github.com/pocketbase/dbx from 1.10.1 to 1.12.0 in /kubelab-backend#264

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/kubelab-backend/github.com/pocketbase/dbx-1.12.0
Open

🤖 bump github.com/pocketbase/dbx from 1.10.1 to 1.12.0 in /kubelab-backend#264
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/kubelab-backend/github.com/pocketbase/dbx-1.12.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/pocketbase/dbx from 1.10.1 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).

v1.11.0 Release

  • Added 2 new helper functions for prepending/appending raw SQL statements to a dbx.SelectQuery (e.g. WITH clause):
    func (s *SelectQuery) PreFragment(fragment string) *SelectQuery
    func (s *SelectQuery) PostFragment(fragment string) *SelectQuery
Commits
  • 08cd099 added QueryBuilder.CombineUnion and custom SQLiteQueryBuilder
  • f18776a added PreFragment and PostFragment support
  • 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.10.1 to 1.12.0.
- [Release notes](https://github.com/pocketbase/dbx/releases)
- [Commits](pocketbase/dbx@v1.10.1...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 Jun 8, 2026
@dependabot dependabot Bot requested a review from janlauber as a code owner June 8, 2026 13:46
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