File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 98
98
}
99
99
100
100
SqlCore {
101
- TranslationFlags: ["FlexibleTypes", "DisableAnsiOptionalAs", "UnorderedResult"]
101
+ TranslationFlags: [
102
+ "AnsiOrderByLimitInUnionAll",
103
+ "DisableCoalesceJoinKeysOnQualifiedAll",
104
+ "AnsiRankForNullableKeys",
105
+ "DisableAnsiOptionalAs",
106
+ "FlexibleTypes",
107
+ "CompactNamedExprs",
108
+ "Antlr4",
109
+ "DistinctOverWindow",
110
+ "UnorderedResult"
111
+ ]
102
112
}
103
113
104
114
YqlCore {
Original file line number Diff line number Diff line change 1
1
SqlCore {
2
- TranslationFlags: ["FlexibleTypes", "DisableAnsiOptionalAs", "DisableUnorderedResult"]
2
+ TranslationFlags: [
3
+ "AnsiOrderByLimitInUnionAll",
4
+ "DisableCoalesceJoinKeysOnQualifiedAll",
5
+ "AnsiRankForNullableKeys",
6
+ "DisableAnsiOptionalAs",
7
+ "FlexibleTypes",
8
+ "CompactNamedExprs",
9
+ "Antlr4",
10
+ "DistinctOverWindow",
11
+ "DisableUnorderedResult"
12
+ ]
3
13
}
4
14
5
15
YqlCore {
You can’t perform that action at this time.
0 commit comments