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
Since the action of a table is a sum type, this requires some language mechanism for destructing sum types, e.g. ADT-style pattern matching.
We didn't implement this feature thus far since this is a nontrivial effort.
This is related to but distinct from #98, which is about constraining a single action with a new @action_restriction annotation. #98 is simpler to implement since it doesn't require dealing with sum types.
The text was updated successfully, but these errors were encountered:
This issue has been open for one year with no activity. Consequently, it is being marked with the "stale" label. What this means is that the issue will be automatically closed in 30 days unless more comments are added or the "stale" label is removed. Comments that provide new information on the issue are especially welcome: is it still reproducible? did it appear in other contexts? how critical is it? etc.
Since the action of a table is a sum type, this requires some language mechanism for destructing sum types, e.g. ADT-style pattern matching.
We didn't implement this feature thus far since this is a nontrivial effort.
This is related to but distinct from #98, which is about constraining a single action with a new @action_restriction annotation. #98 is simpler to implement since it doesn't require dealing with sum types.
The text was updated successfully, but these errors were encountered: