Skip to content

Commit

Permalink
Add SET to blacklisted keywords (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
assem-ch authored May 4, 2022
1 parent 5f53dbe commit ca31cc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion explorer/app_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
'DELETE',
'CREATE TABLE',
'GRANT',
'OWNER TO'
'OWNER TO',
'SET'
)
)

Expand Down

0 comments on commit ca31cc9

Please sign in to comment.