Fuzzing for `diesel_infer_query`
Author: weiznichCreated Sep 18, 2026Updated Sep 18, 2026
Labelsenhancementhelp wanted
We would like to fuzz the API's provided by https://github.com/diesel-rs/diesel/tree/main/diesel_infer_query to uncover SQL constructs not covered yet by the provided implementation. We would like to focus on cases of valid SQL there. We are interested in the following cases:
- Hangs or long running inference
- Minimized cases of the API returning
IsNull::Unknownfor SQL constructs
Source: diesel-rs/diesel