提交 3e236f0d 编写于 作者: S serge-rider

SQL Server dialect fix

上级 666cf1c3
......@@ -74,6 +74,11 @@ public class SQLServerDialect extends JDBCSQLDialect {
return true;
}
@Override
public boolean supportsSubqueries() {
return true;
}
public String[][] getIdentifierQuoteStrings() {
return SQLSERVER_QUOTE_STRINGS;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册