Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Write-ObjectToSQL.psm1 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

leogargioni
Copy link

I had an issue where the first row of my $InputObject had some values that were from the DBNull type, and thus were ignored. By performing this update I was able to ignore those and use data from other rows as examples to the script, so that it could identify the correct Type for the column.

I had an issue where the first row of my $InputObject had some values that were from the DBNull type, and thus were ignored. By performing this update I was able to ignore those and use data from other rows as examples to the script, so that it could identify the correct Type for the column.
@JohnRoos JohnRoos self-assigned this Feb 5, 2021
@leogargioni
Copy link
Author

Please note I only changed line 621 from the original. All other lines were modified by GitHub web interface because of the line ending. I have also added some comments for the version, which you can definitely change as you prefer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants