jbpratt / trivia

3 stars 4 forks source link

build(deps): bump github.com/volatiletech/sqlboiler/v4 from 4.11.0 to 4.14.1 #12

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/volatiletech/sqlboiler/v4 from 4.11.0 to 4.14.1.

Release notes

Sourced from github.com/volatiletech/sqlboiler/v4's releases.

v4.14.1

  • Fix composite key handling in sqlite3 driver (thanks @​vortura).
  • Use correct executor for relationship test when no-context is true.

See https://github.com/volatiletech/sqlboiler/blob/HEAD/CHANGELOG.md for details.

v4.14.0

See https://github.com/volatiletech/sqlboiler/blob/HEAD/CHANGELOG.md for details.

  • Allow calling struct.Exists() without having to pass on PK fields (thanks @​MJacred)
  • Stop using deprecated methods from io/ioutil (thanks @​stefafafan)
  • Fixed correct hooks when loading relationships to-one (thanks @​parnic)

v4.13.0

See https://github.com/volatiletech/sqlboiler/blob/HEAD/CHANGELOG.md for details.

  • Generate IN/NIN whereHelpers for nullable types (thanks @​fdegiuli)
  • Fixed concurrent map writes in psql driver (thanks @​pavel-krush)
  • Force title case for enum null prefix (thanks @​optiman)

v4.12.0

See https://github.com/volatiletech/sqlboiler/blob/HEAD/CHANGELOG.md for details.

  • Fetch column and table info in parallel (thanks @​pavel-krush)
  • Generate IN/NIN methods for enum type query helpers (thanks @​optiman)
  • Improve psql performance by isolating uniqueness query (thanks @​peterldowns)
  • Support for psql materialized view (thanks @​severedsea)
  • Support loading model relationships when binding to a struct with an embedded model (thanks @​optiman)
Changelog

Sourced from github.com/volatiletech/sqlboiler/v4's changelog.

[v4.14.1] - 2023-01-31

Fixed

  • Fix composite key handling in sqlite3 driver (thanks @​vortura)
  • Use correct executor for relationship test when no-context is true

[v4.14.0] - 2022-12-14

Added

  • Allow calling struct.Exists() without having to pass on PK fields (thanks @​MJacred)

Changed

  • Stop using deprecated methods from io/ioutil (thanks @​stefafafan)

Fixed

  • Fixed correct hooks when loading relationships to-one (thanks @​parnic)

[v4.13.0] - 2022-08-28

Added

  • Generate IN/NIN whereHelpers for nullable types (thanks @​fdegiuli)

Fixed

[v4.12.0] - 2022-07-26

Added

  • Fetch column and table info in parallel (thanks @​pavel-krush)
  • Generate IN/NIN methods for enum type query helpers (thanks @​optiman)
  • Improve psql performance by isolating uniqueness query (thanks @​peterldowns)
  • Support for psql materialized view (thanks @​severedsea)
  • Support loading model relationships when binding to a struct with embedded model (thanks @​optiman)

Fixed

  • Fix panic when missing primary key in table (thanks @​zapo)
  • Fix some SQLite tests by enabling shared cache (thanks @​gabe565)
  • Fix(sqlite3): narrows column.AutoGenerated to columns with INT PKs (thanks @​pbedat)
  • Fix auto-columns.deleted not replace the default deleted_at column name (thanks @​shivaluma)
  • Trim whitespace for column comments (thanks @​arp242)
Commits
  • 5e4a202 Update changelog
  • 5f32d8b Update changelog and bump version
  • fee63b7 Use correct executor in relationship tests
  • 3d2edca Merge pull request #1233 from vortura/sqlite3-key-fix
  • b015e86 Fix composite key handling in sqlite3 driver
  • 21e935a Update changelog and bump version
  • 91c4f33 Merge pull request #1226 from eliecharra/fix/wherein_doc
  • 0cf73d7 Fix typo in README.md
  • 332721a Merge pull request #1165 from eliaperantoni/master
  • 6792ea9 fix: fix doc for the wherein clause
  • Additional commits viewable 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 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)