We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently passing a too large AUTO_INCREMENT value will cause a panic.
AUTO_INCREMENT
panicked at src/parser/mod.rs:5284:62: literal int: ParseIntError { kind: PosOverflow }
Discovered by running the fuzz target.
The text was updated successfully, but these errors were encountered:
Return error when AUTO_INCRMENT offset is too large
06ca568
Closes apache#1303
564b401
Return error when AUTO_INCREMENT offset is too large
a2114e3
0019be9
TOP
Successfully merging a pull request may close this issue.
Currently passing a too large
AUTO_INCREMENT
value will cause a panic.Discovered by running the fuzz target.
The text was updated successfully, but these errors were encountered: