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
Proposed feature
Currently, node updates for non existing nodes are dropped. In theory that sounds good, but in practice if the first request to add the node was dropped, every further request on that node will fail as well. We should think about creating the node instead if it does not exist during the update. Or even better: Check if an upsert logic would work: typeorm/typeorm#1090 (comment).
The text was updated successfully, but these errors were encountered:
Proposed feature
Currently, node updates for non existing nodes are dropped. In theory that sounds good, but in practice if the first request to add the node was dropped, every further request on that node will fail as well. We should think about creating the node instead if it does not exist during the update. Or even better: Check if an upsert logic would work: typeorm/typeorm#1090 (comment).
The text was updated successfully, but these errors were encountered: