PromucFlow_constructor/app
Sumit Kumar 77a33f770d
fix: fix Arangodb plugin response on update commands (#7182)
* ArangoDB has two types of command - one that fetches a response and the other that updates a document. Currently, ArangoDB plugin treats all cmds like the one that returns a response, hence when update cmds are run then an empty response is returned to the client since there is nothing to fetch. This PR adds a check to fetch the response based on the type of cmd. Hence, for an update cmd the number of writes succeeded or failed would be returned as a response.
2021-09-07 09:38:23 +05:30
..
client Added null check in tern autocomplete (#7160) 2021-09-06 21:28:36 +05:30
rts chore: Minor refactoring changes for RTS (#7011) 2021-09-02 08:47:42 +05:30
server fix: fix Arangodb plugin response on update commands (#7182) 2021-09-07 09:38:23 +05:30
util feat: Generating plugin framework using plop (#6956) 2021-09-02 19:22:17 +05:30