ctigeek / InvokeQueryPowershellModule

A Powershell module of Cmdlets for querying most types of databases.
https://www.powershellgallery.com/packages/InvokeQuery
MIT License
58 stars 10 forks source link

Warn user doing CUD without CUD switch. #5

Closed ctigeek closed 7 years ago

ctigeek commented 7 years ago

Warn user if they did an UPDATE, INSERT,DELETE, or MERGE operation without the -CUD switch.

This warning cannot be disabled by the force switch. The user must use -CUD to avoid the warning.

If the text is inside quotes, it will not warn.