Closed
Description
The intent is to create a place where we can specify strategies to rewrite SQL queries. Right now, JSQLParser is used when it is there and we fall back to regex if it isn't there. We want to create a place where we could specify a SqlRewriterStragtegyFactory
to decide how much JSQLParser we want to take into account (or bypass the rewrite for certain queries).