@abaplint/transpiler-cli 2.7.142 → 2.7.143
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.
- package/build/bundle.js +5 -4
- package/package.json +4 -4
package/build/bundle.js
CHANGED
|
@@ -6323,13 +6323,14 @@ class Select extends combi_1.Expression {
|
|
|
6323
6323
|
const offset = (0, combi_1.ver)(version_1.Version.v751, (0, combi_1.seq)("OFFSET", _1.SQLSource));
|
|
6324
6324
|
const bypass = (0, combi_1.str)("BYPASSING BUFFER");
|
|
6325
6325
|
const fields = (0, combi_1.ver)(version_1.Version.v750, _1.SQLFields);
|
|
6326
|
-
|
|
6327
|
-
const
|
|
6326
|
+
// todo, HINTS cannot be anywhere, need an expression dedicated for strict sql
|
|
6327
|
+
const perm = (0, combi_1.per)(_1.SQLFrom, into, _1.SQLForAllEntries, where, _1.SQLOrderBy, sql_up_to_1.SQLUpTo, offset, _1.SQLClient, _1.SQLHaving, bypass, sql_group_by_1.SQLGroupBy, fields, _1.DatabaseConnection, _1.SQLHints);
|
|
6328
|
+
const permSingle = (0, combi_1.per)(_1.SQLFrom, (0, combi_1.altPrio)(sql_into_structure_1.SQLIntoStructure, _1.SQLIntoList), where, _1.SQLClient, bypass, fields, _1.DatabaseConnection, _1.SQLHints);
|
|
6328
6329
|
const paren = (0, combi_1.seq)((0, combi_1.tok)(tokens_1.WParenLeftW), sql_field_name_1.SQLFieldName, (0, combi_1.tok)(tokens_1.WParenRightW));
|
|
6329
6330
|
const fieldList = (0, combi_1.optPrio)((0, combi_1.altPrio)(_1.SQLFieldList, paren));
|
|
6330
6331
|
const single = (0, combi_1.seq)("SINGLE", (0, combi_1.optPrio)("FOR UPDATE"), fieldList, permSingle);
|
|
6331
6332
|
const other = (0, combi_1.seq)((0, combi_1.optPrio)("DISTINCT"), fieldList, perm);
|
|
6332
|
-
const ret = (0, combi_1.seq)("SELECT", (0, combi_1.altPrio)(single, other)
|
|
6333
|
+
const ret = (0, combi_1.seq)("SELECT", (0, combi_1.altPrio)(single, other));
|
|
6333
6334
|
return ret;
|
|
6334
6335
|
}
|
|
6335
6336
|
}
|
|
@@ -50074,7 +50075,7 @@ class Registry {
|
|
|
50074
50075
|
}
|
|
50075
50076
|
static abaplintVersion() {
|
|
50076
50077
|
// magic, see build script "version.sh"
|
|
50077
|
-
return "2.105.
|
|
50078
|
+
return "2.105.11";
|
|
50078
50079
|
}
|
|
50079
50080
|
getDDICReferences() {
|
|
50080
50081
|
return this.ddicReferences;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/transpiler-cli",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.143",
|
|
4
4
|
"description": "Transpiler - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"author": "abaplint",
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@abaplint/transpiler": "^2.7.
|
|
29
|
+
"@abaplint/transpiler": "^2.7.143",
|
|
30
30
|
"@types/glob": "^7.2.0",
|
|
31
31
|
"glob": "=7.2.0",
|
|
32
32
|
"@types/progress": "^2.0.7",
|
|
33
|
-
"@types/node": "^20.11.
|
|
34
|
-
"@abaplint/core": "^2.105.
|
|
33
|
+
"@types/node": "^20.11.5",
|
|
34
|
+
"@abaplint/core": "^2.105.11",
|
|
35
35
|
"progress": "^2.0.3",
|
|
36
36
|
"webpack": "^5.89.0",
|
|
37
37
|
"webpack-cli": "^5.1.4",
|