1
0
Fork 0
arangodb/js/server
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
..
assets/swagger Make swagger docs secure again 2016-06-17 14:52:15 +02:00
bootstrap Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-10-28 13:45:02 +02:00
modules/@arangodb Better handling of routers & middleware in Swagger 2016-11-04 20:06:08 +01:00
perftests
tests changed behavior of toJSON() function when serializing an object before saving it in the database 2016-11-08 15:39:06 +01:00
arango-dfdb.js _listDatabases() => _databases() 2016-05-11 15:30:47 +02:00
check-version.js
initialize.js Remove monkeypatches.js 2016-05-03 14:55:32 +02:00
restore-admin-user.js secure-installation will remove all users except root 2016-06-12 12:19:37 +02:00
server.js Reformat code 2016-06-30 16:57:17 +02:00
upgrade-database.js fixed upgrade from 3.0 to 3.1 2016-10-06 10:12:23 +00:00
worker.js