-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Reproduction code
fn main() {
use sqlformat::*;
format("?62666666121266666612", &QueryParams::None, FormatOptions::default());
}
Where it fails:
Line 308 in cd3988f
let index = token[1..].parse::<usize>().unwrap(); |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working