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

feat!: use int64 for ID fields #282

Merged
merged 3 commits into from
Jul 12, 2023
Merged

feat!: use int64 for ID fields #282

merged 3 commits into from
Jul 12, 2023

Conversation

apricote
Copy link
Member

@apricote apricote commented Jul 5, 2023

The int datatype is not guaranteed to offer 64 bits of precision. On 32-bit platforms it only has 32 bits of precision. This is incompatible with the Hetzner Cloud identifiers having up to 52-bits after September 1st 2023.

See #263 for more details about this change.

The `int` datatype is not guaranteed to offer 64 bits of precision. On
32-bit platforms it only has 32 bits of precision. This is incompatible
with the Hetzner Cloud identifiers having up to 52-bits after September
1st 2023.

See #263 for more details about this change.
@apricote apricote marked this pull request as ready for review July 6, 2023 11:23
@apricote apricote requested a review from a team as a code owner July 6, 2023 11:23
@apricote
Copy link
Member Author

apricote commented Jul 6, 2023

@apricote apricote merged commit 359c389 into main Jul 12, 2023
5 checks passed
@apricote apricote deleted the id-int64 branch July 12, 2023 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants