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

RecordedData: store uint64 as int64 shifted - unknown class as float #122

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

clavay
Copy link
Collaborator

@clavay clavay commented Feb 9, 2024

uint64 are shifted by -9223372036854775808 = 2**63 to be stored as a django BigIntegerField

Solve #102

uint64 are shifted by -9223372036854775808 = 2**63 to be stored as a
django BigIntegerField
@trombastic trombastic merged commit 067f978 into pyscada:main Feb 12, 2024
@clavay clavay deleted the UINT64 branch February 16, 2024 10:22
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.

2 participants