Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps github.com/volatiletech/sqlboiler/v4 from 4.14.2 to 4.15.0.

Release notes

Sourced from github.com/volatiletech/sqlboiler/v4's releases.

v4.15.0

Added

Fixed

  • Fix missing types import on non nullable char column in postgres driver (thanks @​Ebbele)
  • Fix struct len check for columns whitelist and blacklist in sqlite driver (thanks @​oscar-refacton)
  • Properly clean name before title casing (thanks @​MJacred)
  • Fix parsing pgeo point in scientific notation format (thanks @​zhongduo)
  • Downgrade decimal version before decompose interface (thanks @​zhongduo)
  • Fix UPSERT query to respect conflict_target in postgres driver (thanks @​agis)
  • Fix column type conversion in SQLite3 driver, specifically, columns with types such as FLOAT(2, 1) or TYNYINT(1) (thanks @​Jumpaku)

See https://github.com/volatiletech/sqlboiler/blob/HEAD/CHANGELOG.md for details. aarondl/sqlboiler@v4.14.2...v4.15.0

Changelog

Sourced from github.com/volatiletech/sqlboiler/v4's changelog.

[4.15.0] - 2023-08-18

Added

Fixed

  • Fix missing types import on non nullable char column in postgres driver (thanks @​Ebbele)
  • Fix struct len check for columns whitelist and blacklist in sqlite driver (thanks @​oscar-refacton)
  • Properly clean name before title casing (thanks @​MJacred)
  • Fix parsing pgeo point in scientific notation format (thanks @​zhongduo)
  • Downgrade decimal version before decompose interface (thanks @​zhongduo)
  • Fix UPSERT query to respect conflict_target in postgres driver (thanks @​agis)
  • Fix column type conversion in SQLite3 driver, specifically, columns with types such as FLOAT(2, 1) or TYNYINT(1) (thanks @​Jumpaku)

Security

  • When writing comments, also split comments by \r since several dialects also recognise this as a new line character
Commits
  • 8b8a1c5 Bump version
  • 3fd9781 Update changelog
  • 9e1e32b Also split comment by \r
  • 512fd40 Update Changelog
  • b4cb715 Add foreign key support config to README
  • dc0cfbf Merge pull request #1293 from Jumpaku/fix-sqlite3-type
  • c7877bd fix: fix column type of driver for SQLite3 when column is not nullable
  • 7a80dc4 Merge pull request #1286 from oscar-refacton/fix-sqlite3-white/black-columns-...
  • 78d521d Merge pull request #1282 from chrisngyn/feature/define-relationships-in-config
  • 1fbc1c1 Allow drivers read and combine config and db foreign keys
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [github.com/volatiletech/sqlboiler/v4](https://github.com/volatiletech/sqlboiler) from 4.14.2 to 4.15.0.
- [Release notes](https://github.com/volatiletech/sqlboiler/releases)
- [Changelog](https://github.com/volatiletech/sqlboiler/blob/master/CHANGELOG.md)
- [Commits](aarondl/sqlboiler@v4.14.2...v4.15.0)

---
updated-dependencies:
- dependency-name: github.com/volatiletech/sqlboiler/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants