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
This doesn't work, of course, but hopefully you can understand the intent. I think I'm mistakenly trying to assign a value rather than create the query fragment, but I can't seem to untangle the types involved.
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.
-
Imagine supporting an undo feature that can undo/redo a single column change. Here's some non-working code that gets at what I'm trying to accomplish:
When you modify a value, you'd generate an
UndoInfothat could then be passed to a general-use undo/redo method:This doesn't work, of course, but hopefully you can understand the intent. I think I'm mistakenly trying to assign a value rather than create the query fragment, but I can't seem to untangle the types involved.
Beta Was this translation helpful? Give feedback.
All reactions