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
We use two types of read only columns and it would be nice to compile time (or run time if necessary) enforce that they're read only. One is supposed to be read-only but unenforced: that's
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
-
We use two types of read only columns and it would be nice to compile time (or run time if necessary) enforce that they're read only. One is supposed to be read-only but unenforced: that's
where any code setting these is likely to screw up timezone and thus create unintentionally incomparable values.
The other is computed columns which will give a runtime error if the code tries to set them.
It'd be great to be able to declare these
readonly
in theTable<>
definition.Beta Was this translation helpful? Give feedback.
All reactions