提交 08b5512f authored 作者: Thomas Mueller's avatar Thomas Mueller

H2 supports cross joins.

上级 a352638c
......@@ -30,9 +30,8 @@ public class H2Dictionary extends DBDictionary {
autoAssignTypeName = "INTEGER";
nextSequenceQuery = "CALL NEXT VALUE FOR {0}";
// CROSS JOIN is currently not supported
crossJoinClause = "JOIN";
requiresConditionForCrossJoin = true;
crossJoinClause = "CROSS JOIN";
requiresConditionForCrossJoin = false;
stringLengthFunction = "LENGTH({0})";
trimLeadingFunction = "LTRIM({0})";
trimTrailingFunction = "RTRIM({0})";
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论