summaryrefslogtreecommitdiff
path: root/test/suite/test_cursor04.py
Commit message (Expand)AuthorAgeFilesLines
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Python, whitespace cleanup.Keith Bostic2015-08-201-2/+2
* Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c....Michael Cahill2015-03-311-3/+1
* Check that every scenario has a unique name within its test.Michael Cahill2015-03-251-2/+3
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Add a "size of checkpoint" statistic.Michael Cahill2012-11-161-6/+2
* Calling get_key after a failed search is now permitted.Michael Cahill2012-09-281-8/+0
* Update cursor tests to support LSM tables.Alex Gorrod2012-08-271-4/+5
* We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-151-1/+1
* Fix methods that return integer parameters from Python.Michael Cahill2012-07-301-13/+9
* Remove the rest of the <tab> characters in the static test suite,Keith Bostic2012-07-261-4/+2
* Made superflous 'print' messages to be either tagged with a verbose level,Don Anderson2012-03-151-1/+1
* Changed most uses of 'with self.expectedStderr(msg)' to useDon Anderson2012-03-151-4/+4
* Modified tests that produce stderr in native code to wrap those callsDon Anderson2012-03-151-2/+6
* Cleanup test imports, use unittest2 if available so tests pass on Python 2.6.Michael Cahill2012-02-081-6/+3
* Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill2012-02-021-1/+1
* Free up the test suite, developers may want to copy chunks of it.Keith Bostic2012-02-011-2/+22
* Add the test suit to the copyright check script, update test suiteKeith Bostic2012-02-011-3/+3
* Fix output arg for search_near in python API. refs #31Don Anderson2011-10-091-0/+186