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

[pull] master from uptrace:master #90

Merged
merged 2 commits into from
Dec 6, 2024
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 6, 2024

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

Aoang and others added 2 commits December 5, 2024 19:06
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 #624
fix(pgdialect): Remove unsigned integer conversion
@pull pull bot added the ⤵️ pull label Dec 6, 2024
@pull pull bot merged commit 014b142 into annihilatorrrr:master Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants