PromucFlow_constructor/app/server/appsmith-plugins/arangoDBPlugin
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
..
src fix: fix Arangodb plugin response on update commands (#7182) 2021-09-07 09:38:23 +05:30
plugin.properties Feature: integrate ArangoDB plugin (#5518) 2021-07-06 18:40:19 +05:30
pom.xml Feature: integrate ArangoDB plugin (#5518) 2021-07-06 18:40:19 +05:30