+ "order by\n"
+ " \"store\".\"store_country\" ASC NULLS LAST,\n"
+ " \"store\".\"store_state\" ASC NULLS LAST";
final SqlPattern[] patterns = {
new SqlPattern(
Dialect.DatabaseProduct.MYSQL, mysql, mysql),
new SqlPattern(
Dialect.DatabaseProduct.ORACLE, oracle, oracle)
};
final SqlPattern[] patternsWithFactJoin = {
new SqlPattern(
Dialect.DatabaseProduct.MYSQL,
mysqlWithFactJoin, mysqlWithFactJoin),
new SqlPattern(
Dialect.DatabaseProduct.ORACLE,
oracleWithFactJoin, oracleWithFactJoin)
};
final TestContext context =