You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we only fuzz transient (in-memory) databases. In order to improve fuzzing we should also fuzz persistent databases. Adding support for ATTACH and DETACH to the set of commands that is generated may provide this in some capacity as well.
The text was updated successfully, but these errors were encountered:
Currently we only fuzz transient (in-memory) databases. In order to improve fuzzing we should also fuzz persistent databases. Adding support for
ATTACH
andDETACH
to the set of commands that is generated may provide this in some capacity as well.The text was updated successfully, but these errors were encountered: