summaryrefslogtreecommitdiff
path: root/test/suite/test_jsondump02.py
Commit message (Expand)AuthorAgeFilesLines
* WT-2833 Add projections to wt dump utility (#3192)Don Anderson2016-12-201-0/+18
* WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-161-1/+0
* WT-2687 test suite should verify the exit status of the wt utility (#2778)Keith Bostic2016-06-061-6/+9
* WT-2268 WT-2597 JSON load/dump Unicode fixes (#2749)Don Anderson2016-05-311-12/+160
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2235. Changes to wt printlog to add -x option and remove -p.Don Anderson2015-12-041-1/+1
* Python, whitespace cleanup.Keith Bostic2015-08-201-12/+12
* Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c....Michael Cahill2015-03-311-12/+5
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Fixed error in copying JSON with embedded Unicode.Don Anderson2014-08-291-1/+11
* Add JSON loading to cursors and wt load utility. refs #740.Don Anderson2014-08-061-42/+91
* Allow dump on index cursors.Susan LoVerso2014-05-221-27/+27
* Index cursors don't support dump. Comment out in json test.Susan LoVerso2014-05-211-27/+28
* Use dump=json as config option for json cursor.Don Anderson2014-04-151-2/+2
* Add 'json' config option to cursor, to create JSON output.Don Anderson2014-04-091-0/+198