albertZhangTJ / sqlancer-lancerfuzz

Detecting Logic Bugs in DBMS
http://www.sqlancer.com/
MIT License
1 stars 0 forks source link

Modify the fuzzer implementation to generate one statement at a time #23

Closed albertZhangTJ closed 6 months ago

albertZhangTJ commented 6 months ago

Instead of having the fuzzer generate and execute all statements with a single API call, each call to the fuzzer API should have only return one statement without executing it. This allows more control from the SQLancer side.

albertZhangTJ commented 6 months ago

Feature added with 97c5889ff1f00c378cc10f0fcf5cc4dd621deb4c