You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This if block is causing a null valued sql parameter to be passed to SQL as default.
When this parameter doesn't have a default, it throws a the exception:
The parameterized query '(@param decimal(5,2))select @param' expects the parameter '@param', which was not supplied.
Note: This has been fixed as part of the changes made for #45 and related issues, but that branch is not stable yet and contains a number of breaking changes.
This if block is causing a null valued sql parameter to be passed to SQL as default.
When this parameter doesn't have a default, it throws a the exception:
CoreLibraries/Database/Schema/SqlProgramParameter.cs
Lines 160 to 164 in c172885
The text was updated successfully, but these errors were encountered: