canonical / sqlair

Friendly type mapping for SQL databases
Apache License 2.0
17 stars 9 forks source link

Add fuzzing function for Parse() #14

Closed fernape closed 1 year ago

fernape commented 1 year ago

This function will receive inputs with a high variability. The fuzzer should help us catch any problems early as we complete the parser.

Run with go test --fuzz=Fuzz

manadart commented 1 year ago

@Aflynn50 Prefer rebasing in-flight branches over merging the mainline back in. It makes for a cleaner commit history.

niemeyer commented 1 year ago

Thanks for fixing it, Alastair.