Panic on overflowing integer
5225225 opened this issue · 1 comments
5225225 commented
Reproduction code
fn main() {
use sqlformat::*;
format("?62666666121266666612", &QueryParams::None, FormatOptions::default());
}
Where it fails:
Line 308 in cd3988f
shssoichiro commented
I'm trying to investigate if this is something that's even supported by the SQL spec... Either way, it shouldn't be panicking, it should either work or return a proper error.