| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…ng after minimisation of set of applied rule sites)
There was a problem hiding this comment.
LGTM, thanks!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The previous PR reduced EET's transformed queries by removing transformation sites. This adds a further reduction stage which simplifies the remaining sites. For example, CASE WHEN random_true_expression THEN expr ELSE random_expression END may be simplified to CASE WHEN TRUE THEN expr ELSE random_expression END, if the bug is still present in that simplified case.
This is currently applied only to the EET SELECT oracle, but will later be extended to DML.