1
0
Fork 0
arangodb/js/server/tests/shell
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
..
shell-any-cluster.js
shell-any-nondeterministic-noncluster.js
shell-array-index-noncluster.js fixed array index batch insertion issue 2016-07-13 11:32:39 +02:00
shell-cluster-agency.js
shell-collection-files-noncluster.js added test 2016-09-07 10:01:35 +02:00
shell-collection-not-loaded-timecritical-noncluster.js
shell-compaction-noncluster-timecritical.js fixed tests 2016-08-04 13:32:54 +02:00
shell-compaction-seq-noncluster-timecritical.js fixed some leaks 2016-08-31 15:30:47 +02:00
shell-database-noncluster.js _listDatabases() => _databases() 2016-05-11 15:30:47 +02:00
shell-datafile-timecritical-noncluster.js
shell-foxx-legacy-base-middleware.js
shell-foxx-legacy-console.js Foxx console -> legacy 2016-05-18 14:44:47 +02:00
shell-foxx-legacy-model-events-spec.js Reformat code 2016-06-30 16:57:17 +02:00
shell-foxx-legacy-model.js
shell-foxx-legacy-query-spec.js Reformat code 2016-06-30 16:57:17 +02:00
shell-foxx-legacy-repository-events-auto-spec.js Reformat code 2016-06-30 16:57:17 +02:00
shell-foxx-legacy-repository-events-spec.js Reformat code 2016-06-30 16:57:17 +02:00
shell-foxx-legacy-repository-spec.js Reformat code 2016-06-30 16:57:17 +02:00
shell-foxx-legacy-template-middleware.js
shell-foxx-manager-spec-nightly.js Reformat code 2016-06-30 16:57:17 +02:00
shell-foxx-manager-spec.js app -> service 2016-10-20 15:08:18 +02:00
shell-foxx-request-spec.js Reformat code 2016-06-30 16:57:17 +02:00
shell-foxx-response-spec.js Reformat code 2016-06-30 16:57:17 +02:00
shell-foxx-router-spec.js Reformat code 2016-06-30 16:57:17 +02:00
shell-foxx-swagger-spec.js Reformat code 2016-06-30 16:57:17 +02:00
shell-foxx.js
shell-hash-index-failures.js fixed failing test 2016-08-05 17:43:11 +02:00
shell-readonly-noncluster-disabled.js _listDatabases() => _databases() 2016-05-11 15:30:47 +02:00
shell-rocksdb-correctness.js renamed "rocksdb" index to "persistent" index 2016-06-02 10:23:30 +02:00
shell-routing.js
shell-shaped-noncluster.js changed behavior of toJSON() function when serializing an object before saving it in the database 2016-11-08 15:39:06 +01:00
shell-skiplist-correctness.js added correctness test for RocksDB values 2016-05-20 13:41:43 +02:00
shell-skiplist-index.js added correctness test for RocksDB values 2016-05-20 13:41:43 +02:00
shell-skiplist-rm-performance-timecritical-noncluster.js
shell-transactions-noncluster.js fixed tests 2016-08-25 14:40:54 +02:00
shell-wal-noncluster-memoryintense.js