Thanks to Branimir Vujičić, SQLancer now also supports testing the Presto database engine. https://github.com/sqlancer/sqlancer/pull/884
Add support for Presto - common classes by branimir-vujicic · Pull Request #884 · sqlancer/sqlancer

To implement support for Presto some changes in common classes are required. Changes in common classes: class sqlancer.MainOptions - added global parameters : canonicalizeString (boolean) - pres...

GitHub
Oops, the main PR was actually https://github.com/sqlancer/sqlancer/pull/881.
Add support for Presto by branimir-vujicic · Pull Request #881 · sqlancer/sqlancer

This is the first Pull Request for Presto implementation. The following oracles are currently completed: NoRec oracle TLP Where TLP Aggregate (basic aggregate function) Data types The following d...

GitHub