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

fix(deps): update module github.com/volatiletech/sqlboiler/v4 to v4.17.1 #119

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/volatiletech/sqlboiler/v4 v4.16.2 -> v4.17.1 age adoption passing confidence

Release Notes

volatiletech/sqlboiler (github.com/volatiletech/sqlboiler/v4)

v4.17.1

Compare Source

Fixed
  • Update the version constant to prevent inaccurate warnings about the version mismatch

Full Changelog: volatiletech/sqlboiler@v4.17.0...v4.17.1

v4.17.0

Compare Source

Changes

Added
  • Add MySQL unix socket support (thanks @​c9s)
  • Implement (Un-)marshalText for Decimal and NullDecimal (thanks @​MJacred)
  • Add version checking flags to make sure CLI and project runtime versions are the same (thanks @​090809)
  • Add SIMILAR TO method for Postgres (thanks @​090809)
  • Skip code generation for replaced enum types using the flag --skip-replaced-enum-types (thanks @​MJacred)
Fixed
  • Fix compilation errors with TIMESTAMP columns in sqlite3 driver (thanks @​hirasawayuki)
  • Fix issue scanning column_full_type when column_type is NULL (thanks @​mattdbush)
  • Fix performance issue with DeleteAll by using a WHERE IN instead of WHERE OR (thanks @​jakeiotechsys)
  • Use renamed created column in Update method (thanks @​glerchundi)
  • Fix comment position in first column of table (thanks @​hizzuu)
  • Count from subquery if query uses HAVING or GROUP BY. This is because aggregate functions are run for each group separately, but we need to return the count of returned rows. (thanks @​renom)
  • Fix output filenames that contain a forward slash or backslash. Replace with an underscore (thanks @​MJacred)

New Contributors

Full Changelog: volatiletech/sqlboiler@v4.16.2...v4.17.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/github.com-volatiletech-sqlboiler-v4-4.x branch from b7d9b3e to 4e22fb3 Compare November 14, 2024 22:08
@renovate renovate bot force-pushed the renovate/github.com-volatiletech-sqlboiler-v4-4.x branch from 4e22fb3 to 1cc434f Compare November 18, 2024 20:16
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.

0 participants