Apteco / AptecoPSModules

Apteco PowerShell Modules
https://www.powershellgallery.com/packages?q=Tags%3A%22Apteco%22
MIT License
0 stars 0 forks source link

Create Wrapper for SimplySql for easier sql pipeline #18

Closed gitfvb closed 1 year ago

gitfvb commented 1 year ago

For easier pipeline input to sql databases, create a wrapper for SimplySql that allows exactly that. In Detail:

gitfvb commented 1 year ago

In testing I have fixed a problem with same column names but with spaces, which should be separate columns.

gitfvb commented 1 year ago

Also test boolean values in an object

gitfvb commented 1 year ago

All tests successful, changes are committed into main branch and closing this for now.