dataplat / Invoke-SqlCmd2

PowerShell module containing Invoke-SqlCmd2
MIT License
68 stars 35 forks source link

guard clauses to make $ds.Tables[0] safe if result contains no values #12

Closed AndyP2 closed 7 years ago

AndyP2 commented 7 years ago

might only be an issue when running Set-StrictMode -Version 3 or higher.

RamblingCookieMonster commented 7 years ago

This looks good to me! Going to ask around to see what the process for PRs on this repo is : )

potatoqualitee commented 7 years ago

You're happy with it, so I'll merge, @RamblingCookieMonster !