go-starter
go-starter copied to clipboard
Bump github.com/volatiletech/sqlboiler/v4 from 4.9.2 to 4.14.1
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
psqlperformance by isolating uniqueness query (thanks@peterldowns)- Support for
psqlmaterialized 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-contextis 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
- Fixed concurrent map writes in psql driver (thanks
@pavel-krush)- Force title case for enum null prefix (thanks
@optiman)[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.AutoGeneratedto columns with INT PKs (thanks@pbedat)- Fix
auto-columns.deletednot replace the defaultdeleted_atcolumn name (thanks@shivaluma)- Trim whitespace for column comments (thanks
@arp242)
... (truncated)
Commits
5e4a202Update changelog5f32d8bUpdate changelog and bump versionfee63b7Use correct executor in relationship tests3d2edcaMerge pull request #1233 from vortura/sqlite3-key-fixb015e86Fix composite key handling in sqlite3 driver21e935aUpdate changelog and bump version91c4f33Merge pull request #1226 from eliecharra/fix/wherein_doc0cf73d7Fix typo in README.md332721aMerge pull request #1165 from eliaperantoni/master6792ea9fix: fix doc for the wherein clause- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
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.