Skip to content

Conversation

@letypequividelespoubelles
Copy link
Collaborator

No description provided.

Signed-off-by: F Bojarski <ceciestunepoubelle@protonmail.ch>
@letypequividelespoubelles letypequividelespoubelles linked an issue Sep 5, 2025 that may be closed by this pull request
( MXP_STAMP :i16 )
( CN :i64 )
( MXP_STAMP :i32 )
( CN :i32 )
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Column Type Change Causes Integer Overflow

The CN column type changed from :i64 to :i32, significantly reducing its maximum storable value range. This could cause integer overflow, data truncation, or runtime errors if CN values exceed the 32-bit signed integer limit (-2,147,483,648 to 2,147,483,647).

Fix in Cursor Fix in Web

Copy link
Collaborator

@DavePearce DavePearce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@letypequividelespoubelles letypequividelespoubelles merged commit dfcf069 into master Sep 8, 2025
6 checks passed
@letypequividelespoubelles letypequividelespoubelles deleted the 741-fix-cancun-reference-tests branch September 8, 2025 06:42
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.

fix: cancun reference tests

3 participants