mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 12:34:22 +01:00
NoREC is a correctness property for testing optimizers, proposed by Rigger and Su in [Detecting Optimization Bugs in Database Engines via Non-Optimizing Reference Engine Construction](https://www.manuelrigger.at/preprints/NoREC.pdf) This PR adds a NoREC property to the tester. Closes #973