go-starter
go-starter copied to clipboard
Bump github.com/volatiletech/sqlboiler/v4 from 4.9.2 to 4.12.0
Bumps github.com/volatiletech/sqlboiler/v4 from 4.9.2 to 4.12.0.
Release notes
Sourced from github.com/volatiletech/sqlboiler/v4's releases.
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.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)Fixes
- 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)[v4.11.0] - 2022-04-25
Added
- Add getter methods to relationship structs (thanks
@fsaintjacques)Changed
- When title casing UPPER_SNAKE_CASE strings, underscores are not removed for readablity.
Fixes
- Fix panic when a column referrring a foreign key is ignored (thanks
@zapo)- Fix one single point in paths and polygons (thanks
@saulortega)[v4.10.2] - 2022-04-15
Fixes
- Fix performance issue when scanning pgeo point (thanks
@ivokanchev)[v4.10.1] - 2022-04-15
Fixes
- Properly assign new query object in models.Pural()
[v4.10.0] - 2022-04-15
... (truncated)
Commits
c341672Update changelog and bump versionfd34a6fsupport loading model relationships when binding to a struct with embedded modele9d8e58Merge pull request #1143 from pavel-krush/master1538f76call wg.Add() before limiter.get()59d17caMerge branch 'master' of github.com:pavel-krush/sqlboiler1f49133call wg.Add() before limiter.get()744d137Merge pull request #1 from volatiletech/masterdda941fkept backward compativility in drivers/interfacee44ae05fixed tests, renamed ConfigDefaultConcurrency to DefaultConcurrencyc758432Support for psql materialized view (#1154)- 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
Merging #218 (8b9609f) into master (6eddec0) will increase coverage by
0.51%. The diff coverage isn/a.
@@ Coverage Diff @@
## master #218 +/- ##
==========================================
+ Coverage 67.63% 68.15% +0.51%
==========================================
Files 72 72
Lines 5500 4468 -1032
==========================================
- Hits 3720 3045 -675
+ Misses 1205 995 -210
+ Partials 575 428 -147
| Impacted Files | Coverage Δ | |
|---|---|---|
| internal/models/psql_upsert.go | 91.17% <0.00%> (-8.83%) |
:arrow_down: |
| internal/models/users.go | 56.83% <0.00%> (-6.26%) |
:arrow_down: |
| internal/api/handlers/common/probes.go | 90.83% <0.00%> (-2.50%) |
:arrow_down: |
| internal/models/access_tokens.go | 54.45% <0.00%> (-1.93%) |
:arrow_down: |
| internal/models/app_user_profiles.go | 57.66% <0.00%> (-1.33%) |
:arrow_down: |
| internal/models/push_tokens.go | 59.79% <0.00%> (-0.17%) |
:arrow_down: |
| internal/models/refresh_tokens.go | 59.79% <0.00%> (-0.17%) |
:arrow_down: |
| internal/models/password_reset_tokens.go | 59.79% <0.00%> (-0.17%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 6eddec0...8b9609f. Read the comment docs.
Superseded by #227.