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

Problem with NULL in MainstreamSupportEndDate #11

Closed
reharmsen opened this issue Nov 16, 2018 · 2 comments
Closed

Problem with NULL in MainstreamSupportEndDate #11

reharmsen opened this issue Nov 16, 2018 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@reharmsen
Copy link
Contributor

After fixing #9 and running the produced SQL I get the following error:

Msg 515, Level 16, State 2, Line 1
Cannot insert the value NULL into column 'MainstreamSupportEndDate', table 'DBADB.dbo.SqlServerVersions'; column does not allow nulls. INSERT fails.

It seems this is the one giving the problem:
(12, 6024, 'SP3 ', 'https://support.microsoft.com/en-us/help/4022619', '2018-10-30', NULL, NULL, 'SQL Server 2014', 'Service Pack 3 '),

@jadarnel27 jadarnel27 self-assigned this Nov 16, 2018
@jadarnel27 jadarnel27 added the bug Something isn't working label Nov 16, 2018
@reharmsen
Copy link
Contributor Author

I created a workaround for this one to see #12

@jadarnel27
Copy link
Owner

You rock with these pull requests, @reharmsen! I'm putting out a release now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants