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

Return error when AUTO_INCREMENT offset is too large #1304

Closed
wants to merge 1 commit into from

Conversation

eejbyfeldt
Copy link
Contributor

@eejbyfeldt eejbyfeldt commented Jun 10, 2024

Before this change the added test case would fail with a panic

panicked at src/parser/mod.rs:5284:62:
literal int: ParseIntError { kind: PosOverflow }

Closes #1303

@eejbyfeldt eejbyfeldt changed the title Return error when AUTO_INCRMENT offset is too large Return error when AUTO_INCREMENT offset is too large Jun 10, 2024
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.

Return error when AUTO_INCREMENT offset is too large
1 participant