We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d83d5 commit 2d7bf56Copy full SHA for 2d7bf56
package.json
@@ -12,7 +12,7 @@
12
},
13
"license": "",
14
"dependencies": {
15
- "@abaplint/cli": "^2.114.6",
+ "@abaplint/cli": "^2.114.7",
16
"@abaplint/runtime": "^2.12.16",
17
"@abaplint/database-pg": "^2.11.78",
18
"@abaplint/transpiler-cli": "^2.12.16"
src/kernel_lock_concurrent.clas.abap
@@ -121,7 +121,7 @@ CLASS kernel_lock_concurrent IMPLEMENTATION.
121
RETURN.
122
ENDTRY.
123
124
- DELETE FROM kernel_locks WHERE table_name = table_name AND lock_key = lv_lock_key.
+ DELETE FROM kernel_locks WHERE table_name = @table_name AND lock_key = @lv_lock_key.
125
126
" advisory locks stack,
127
lcl_advisory=>unlock( lcl_key=>encode( lv_lock_key ) ).
0 commit comments