Skip to content

fix(pgdialect): Remove unsigned integer conversion #808

fix(pgdialect): Remove unsigned integer conversion

fix(pgdialect): Remove unsigned integer conversion #808

Triggered via pull request December 5, 2024 11:01
Status Failure
Total duration 21s
Artifacts

commitlint.yml

on: pull_request
commitlint
12s
commitlint
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
commitlint
You have commit messages with errors ⧗ input: fix(pgdialect): Remove unsigned integer conversion PostgreSQL does not support unsigned integer types. Previously, a Go uint32 type was mapped to the database integer type. When values exceeded the range, they were converted. Even specifying the type as numeric did not prevent this conversion. This update removes the conversion, allowing the database to handle errors appropriately. Fixed uptrace/bun#624 ✖ subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case] ✖ found 1 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
commitlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
commitlint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/