arangochair icon indicating copy to clipboard operation
arangochair copied to clipboard

Fix for arangodb 3.3 - rely on JSON.parse() instead of string parsing

Open voondo opened this issue 7 years ago • 1 comments

Although arangochair works fine with arangodb 3.1, I had errors with 3.3. It seems the format changed a bit and the current string parser fails.

Here is a fix relying on JSON.parse() instead of parsing the string which seems more robust against format changes.

voondo avatar May 09 '18 15:05 voondo

Hi @voondo, my PR entitled "Emit separate events for inserts and updates" also has code to use JSON.parse() instead of relying on index-based string parsing. Perhaps we could merge our pull requests into one somehow so they do not conflict?

yerboogieman avatar Apr 28 '19 15:04 yerboogieman