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
As part of 0.3.0-beta, specifying null handling at the tal of an expression was removed - this was because changing this could have unexpected results.
However, I believe this should be revisited for a different type of null handling - for the chain!
When you specify a property for People like Birth.Location.Postcode. You may know these tables always have data, so you can forego the null checks.
A few questions
Is this something useful?
Is the current null handling fine? as it always matches true anyway
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
As part of
0.3.0-beta
, specifying null handling at the tal of an expression was removed - this was because changing this could have unexpected results.However, I believe this should be revisited for a different type of null handling - for the chain!
When you specify a property for
People
likeBirth.Location.Postcode
. You may know these tables always have data, so you can forego the null checks.A few questions
Beta Was this translation helpful? Give feedback.
All reactions