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.12.0

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

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 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.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.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)

[v4.11.0] - 2022-04-25

Added

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
  • c341672 Update changelog and bump version
  • fd34a6f support loading model relationships when binding to a struct with embedded model
  • e9d8e58 Merge pull request #1143 from pavel-krush/master
  • 1538f76 call wg.Add() before limiter.get()
  • 59d17ca Merge branch 'master' of github.com:pavel-krush/sqlboiler
  • 1f49133 call wg.Add() before limiter.get()
  • 744d137 Merge pull request #1 from volatiletech/master
  • dda941f kept backward compativility in drivers/interface
  • e44ae05 fixed tests, renamed ConfigDefaultConcurrency to DefaultConcurrency
  • c758432 Support for psql materialized view (#1154)
  • 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 Jul 26 '22 04:07 dependabot[bot]

Codecov Report

Merging #218 (8b9609f) into master (6eddec0) will increase coverage by 0.51%. The diff coverage is n/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 data Powered by Codecov. Last update 6eddec0...8b9609f. Read the comment docs.

codecov[bot] avatar Jul 26 '22 04:07 codecov[bot]

Superseded by #227.

dependabot[bot] avatar Aug 29 '22 04:08 dependabot[bot]