Encrypted SQL objects causing issue..
Open
bug
Next Release
ready
- Dominant language
- TSQL
- Stars
- 69
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
If any of my SP's/Functions are created as Encrypted, while stopping it gives me error as.
(as a work around deleting encrypted objects.)
Exception calling "Stop" with "0" argument(s): "Unable to cast object of type 'System.DBNull' to type 'System.String'."
At C:\Tools\SQLCover.ps1:106 char:17
+ $coverageResults = $coverage.Stop()
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks
Vidhyashankar
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.