Tool to Test RDBMS SQL Dialect for ANSI SQL Standard Compliance

developmentsql-standardtesting

We are developing an interface to our internal data storage and manipulation tool that would allow people to use SQL dialect.

We decided that it would be perfect to make our SQL dialect as close to the standard as possible.

Currently I'm trying to find a tool that would test our implementation of query language and make a verdict about its compliance and list missing details.

Have anyone ever encountered anything like this?

Best Answer

Finally after looking at SQLite unit tests and postgreSQL unit tests we decided to use these tools