sqlreduce

Reduce verbose SQL queries to minimal examples
  https://github.com/df7cb/sqlreduce
  0
  no reviews



SQLreduce takes as input an arbitrary SQL query which is then run against a PostgreSQL server. Various simplification steps are applied, while checking that the simplified query still exhibits the same error from PostgreSQL.