Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 565 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 565 Bytes

Delete-Where

Simple Azure Data Studio extension that checks for the presence of the WHERE clause in DELETE and UPDATE expressions. It offers basic checking for common scenarios.

Features

  • Checks for WHERE presence in DELETE and UPDATE commands separated by ;
  • Skips commands that were commented out
  • Can be launched via command pallete or via context menu in SQL files
  • Alerts user when invalid command detected

Examples

Extension in action Extension in action #2 Extension in action #3