-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Column 'createdon' does not allow DBNull.Value. #492
Comments
Can trace it down to here, where it seems that
Looks like this has recently been a problem with But really, the question I'm asking myself is why we're performing schema validation on results at all? Is it to ensure the integrity of any optimization of operations/joins/updates etc? |
Thanks! For background: Internally we can use the nullability of a column to apply different optimizations, and we also expose the schema information from the In the XrmToolBox tool, the results are loaded into a |
Fixed in #493 |
Somehow, I've got an null
createdon
, and SQL 4 CDS does not like it.I can't select that column on any row without receiving "Column 'createdon' does not allow DBNull.Value."
XrmToolBox 1.2023.12.68
SQL4CDS 9.1.0.0 (happened in 9.0 as well, not sure about previously)
The text was updated successfully, but these errors were encountered: