go-starter icon indicating copy to clipboard operation
go-starter copied to clipboard

Bump github.com/volatiletech/sqlboiler/v4 from 4.9.2 to 4.14.1

Open dependabot[bot] opened this issue 2 years ago • 1 comments

Bumps github.com/volatiletech/sqlboiler/v4 from 4.9.2 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)

v4.11.0

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

v4.10.2

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

v4.10.1

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

v4.10.0

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

  • Add config options to allow user defined rules for inflections
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)

... (truncated)

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)

dependabot[bot] avatar Feb 01 '23 04:02 dependabot[bot]

Codecov Report

Patch coverage has no change and project coverage change: -0.04 :warning:

Comparison is base (efa9f04) 66.13% compared to head (4326e52) 66.10%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #256      +/-   ##
==========================================
- Coverage   66.13%   66.10%   -0.04%     
==========================================
  Files          72       72              
  Lines        5670     5682      +12     
==========================================
+ Hits         3750     3756       +6     
- Misses       1325     1332       +7     
+ Partials      595      594       -1     
Impacted Files Coverage Δ
internal/models/push_tokens.go 58.26% <0.00%> (-0.26%) :arrow_down:
internal/models/refresh_tokens.go 58.26% <0.00%> (-0.26%) :arrow_down:
internal/models/password_reset_tokens.go 58.26% <0.00%> (-0.26%) :arrow_down:
internal/models/access_tokens.go 54.91% <0.00%> (-0.23%) :arrow_down:
internal/models/users.go 58.56% <0.00%> (-0.13%) :arrow_down:
internal/models/app_user_profiles.go 58.64% <0.00%> (+1.02%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Mar 03 '23 09:03 codecov[bot]