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.18.0 - autoclosed #256

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2025

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v4.18.0

Compare Source

Added
Fixed
  • Revert change to DeleteAll method. The change causes incorrect changes on tables with multi-column primary keys

New Contributors

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

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 requested a review from a team as a code owner February 6, 2025 06:14
Copy link

codecov bot commented Feb 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.31%. Comparing base (93c8b97) to head (bd56ed5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #256   +/-   ##
=======================================
  Coverage   63.31%   63.31%           
=======================================
  Files          16       16           
  Lines        1930     1930           
=======================================
  Hits         1222     1222           
  Misses        620      620           
  Partials       88       88           
Flag Coverage Δ
unittests 63.31% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title fix(deps): update module github.com/volatiletech/sqlboiler/v4 to v4.18.0 fix(deps): update module github.com/volatiletech/sqlboiler/v4 to v4.18.0 - autoclosed Feb 7, 2025
@renovate renovate bot closed this Feb 7, 2025
@renovate renovate bot deleted the renovate/github.com-volatiletech-sqlboiler-v4-4.x branch February 7, 2025 10:40
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