Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2023

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 dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 1, 2023
Bumps [github.com/volatiletech/sqlboiler/v4](https://github.com/volatiletech/sqlboiler) from 4.9.2 to 4.14.1.
- [Release notes](https://github.com/volatiletech/sqlboiler/releases)
- [Changelog](https://github.com/volatiletech/sqlboiler/blob/master/CHANGELOG.md)
- [Commits](volatiletech/sqlboiler@v4.9.2...v4.14.1)

---
updated-dependencies:
- dependency-name: github.com/volatiletech/sqlboiler/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/volatiletech/sqlboiler/v4-4.14.1 branch from c55d227 to 4326e52 Compare March 3, 2023 09:26
@codecov
Copy link

codecov bot commented Mar 3, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.04 ⚠️

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%) ⬇️
internal/models/refresh_tokens.go 58.26% <0.00%> (-0.26%) ⬇️
internal/models/password_reset_tokens.go 58.26% <0.00%> (-0.26%) ⬇️
internal/models/access_tokens.go 54.91% <0.00%> (-0.23%) ⬇️
internal/models/users.go 58.56% <0.00%> (-0.13%) ⬇️
internal/models/app_user_profiles.go 58.64% <0.00%> (+1.02%) ⬆️

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

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

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