Skip to content

Commit 7e560ee

Browse files
committed
Minor fix
1 parent dd295bb commit 7e560ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/core/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
"alter ", ),
217217

218218
"SQL data manipulation": (
219+
"bulk ",
219220
"insert ",
220221
"update ",
221222
"delete ",
@@ -226,7 +227,7 @@
226227
"grant ", ),
227228

228229
"SQL data execution": (
229-
" exec ",
230+
"exec ",
230231
"execute ", ),
231232

232233
"SQL transaction": (

0 commit comments

Comments
 (0)