1
0
Fork 0
arangodb/lib
Jan Steemann 8504246217 changed behavior of toJSON() function when serializing an object before saving it in the database
if an object provides a toJSON() function, this function is still called for serializing it.
the change is that the result of toJSON() is not stringified anymore, but saved as is. previous
versions of ArangoDB called toJSON() and after that additionally stringified its result.
2016-11-08 15:39:06 +01:00
..
ApplicationFeatures cosmetics 2016-11-07 21:17:03 +01:00
Basics Add a global DECODE_REV function in JS. 2016-11-08 10:25:35 +01:00
Endpoint rename vpp to vst in server options and endpoint 2016-10-27 21:45:38 +02:00
Logger fixed supervisor startup 2016-11-02 19:37:49 +00:00
Meta
ProgramOptions cosmetics 2016-11-07 21:17:03 +01:00
Random fixed timeouts 2016-10-19 13:21:26 +00:00
Rest enable switching from http to vst fix vst authentication 2016-10-26 23:23:35 +02:00
SimpleHttpClient Fix windows warning 2016-10-27 10:29:12 +02:00
Ssl Squashed commit of the following: 2016-10-24 10:18:30 +02:00
Utilities work around unexcepted start/end values from V8 2016-11-03 17:02:53 +01:00
V8 changed behavior of toJSON() function when serializing an object before saving it in the database 2016-11-08 15:39:06 +01:00
Zip
CMakeLists.txt remove structures.h (only needed by json.h) 2016-11-01 15:34:18 +01:00