Replies: 1 comment
-
|
With pull request #333 we implemented a new |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ThingsDB currently has a wse() function to enforce a side-effect. The opposite could be very useful as well.
A use case as an example:
The code above doesn't require a change, but one is created as ThingsDB doesn't know it did not create a change.
Maybe we can create a
nse()function; Thewse()function (and functions which really do require a change) must then win from thense()function, but for basic actions this could be useful.Beta Was this translation helpful? Give feedback.
All reactions