MarkMpn / Sql4Cds

SQL 4 CDS core engine and XrmToolbox tool
MIT License
74 stars 22 forks source link

"Object reference not set to an instance of an object" if a column is not available in tables / subqueries #463

Closed n0rthface closed 5 months ago

n0rthface commented 6 months ago

Hi Mark,

Thank you very much for deploying another version full of great enhancements! I just discovered a minor issue in v9.0 which I would like to point out to you. When a column is not included in a table / view / subquery, instead of returning the missing column, I receive the all too common error message "Object reference not set to an instance of an object"

image

Best regards Hauke

SiPurdy commented 6 months ago

I wonder if this issue is the same as #462?