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

Update module github.com/volatiletech/sqlboiler/v4 to v4.5.0 #284

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/volatiletech/sqlboiler/v4 require minor v4.4.0 -> v4.5.0

Release Notes

volatiletech/sqlboiler

v4.5.0

Compare Source

Added
  • Add new query mod WithDeleted to sidestep soft deletes in queries that
    support query mods (note there still is no way to do this for exists/find
    operations, see #​854 for details)
  • Add select hooks to the Find() methods, this was an accidental omission
    in previous versions (thanks @​jakecoffman)
Changed
  • Change go-bindata to v3.22.0
  • Change datetimeoffset and uniqueidentifier types in mssql this is a breaking
    change if you are using these types, but at least in the case of
    uniquedidentifier it was not possible to use without this change
    (thanks @​severedsea)
Fixed
  • Fix unnecessary copies in JSON type which improves performance (thanks @​bouk)
  • Fix inclusion of foreign key constraints that target generated pg columns
    (thanks @​chochihim)
  • Fix generation failure bug in delete template when using --no-context
    --add-global-variants and --add-soft-deletes
  • Fix cross-schema psql enum generation bug (thanks @​csueiras)
  • Fix bug where column alias was not respected in Load names (thanks @​jalan)
  • Fix bug with large uint64 values in eager loading (thanks @​maku693)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@abyssparanoia abyssparanoia merged commit 1779793 into master Mar 16, 2021
@abyssparanoia abyssparanoia deleted the renovate/github.com-volatiletech-sqlboiler-v4-4.x branch March 16, 2021 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants