@abaplint/core 2.102.52 → 2.102.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,7 @@ const combi_1 = require("../combi");
|
|
|
5
5
|
const _1 = require(".");
|
|
6
6
|
class SQLFields extends combi_1.Expression {
|
|
7
7
|
getRunnable() {
|
|
8
|
-
return (0, combi_1.seq)("FIELDS", _1.SQLFieldList);
|
|
8
|
+
return (0, combi_1.seq)("FIELDS", (0, combi_1.opt)("DISTINCT"), _1.SQLFieldList);
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
exports.SQLFields = SQLFields;
|
package/build/src/registry.js
CHANGED