} else if (metaData.getDatabaseProductName().matches("(?i).*microsoft.*")) {
return new SQLServerDialect();
} else if (metaData.getDatabaseProductName().matches("(?i).*h2.*")) {
return new H2Dialect();
} else {
String msg = "Unsupported database: " + metaData.getDatabaseProductName() +
". Database will not be created automatically by the WSO2 Registry. " +
"Please create the database using appropriate database scripts for " +