Skip to content

Commit 2d7bf56

Browse files
authored
cleanup (#3)
1 parent f0d83d5 commit 2d7bf56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"license": "",
1414
"dependencies": {
15-
"@abaplint/cli": "^2.114.6",
15+
"@abaplint/cli": "^2.114.7",
1616
"@abaplint/runtime": "^2.12.16",
1717
"@abaplint/database-pg": "^2.11.78",
1818
"@abaplint/transpiler-cli": "^2.12.16"

src/kernel_lock_concurrent.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ CLASS kernel_lock_concurrent IMPLEMENTATION.
121121
RETURN.
122122
ENDTRY.
123123

124-
DELETE FROM kernel_locks WHERE table_name = table_name AND lock_key = lv_lock_key.
124+
DELETE FROM kernel_locks WHERE table_name = @table_name AND lock_key = @lv_lock_key.
125125

126126
" advisory locks stack,
127127
lcl_advisory=>unlock( lcl_key=>encode( lv_lock_key ) ).

0 commit comments

Comments
 (0)