| Commit message (Expand) | Author | Age | Files | Lines |
* | Python, whitespace cleanup. | Keith Bostic | 2015-08-20 | 1 | -1/+1 |
* | Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c.... | Michael Cahill | 2015-03-31 | 1 | -12/+4 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Fix tests broken by fa40839097a97349f2831ba4a8d6f611c1e8e27d, | Keith Bostic | 2013-06-07 | 1 | -2/+2 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | Update cursor tests to support LSM tables. | Alex Gorrod | 2012-08-27 | 1 | -2/+2 |
* | We're sending a mixed message -- remove the copyright notices from files | Keith Bostic | 2012-08-15 | 1 | -1/+1 |
* | Remove most uses of <tabs>, move toward consistent 4-space indentation style. | Keith Bostic | 2012-07-25 | 1 | -41/+40 |
* | Changed most uses of 'with self.expectedStderr(msg)' to use | Don Anderson | 2012-03-15 | 1 | -4/+4 |
* | Modified tests that produce stderr in native code to wrap those calls | Don Anderson | 2012-03-15 | 1 | -2/+6 |
* | Cleanup test imports, use unittest2 if available so tests pass on Python 2.6. | Michael Cahill | 2012-02-08 | 1 | -6/+3 |
* | Remove the config string from WT_CURSOR::close: it is no longer required and ... | Michael Cahill | 2012-02-02 | 1 | -2/+2 |
* | Free up the test suite, developers may want to copy chunks of it. | Keith Bostic | 2012-02-01 | 1 | -2/+22 |
* | Add the test suit to the copyright check script, update test suite | Keith Bostic | 2012-02-01 | 1 | -3/+3 |
* | Replace WT_CURSOR::first,last} with WT_CURSOR::reset. | Michael Cahill | 2012-01-25 | 1 | -2/+4 |
* | Configure test cursors with "append" to get back the previous semantics. | Michael Cahill | 2011-10-20 | 1 | -1/+1 |
* | Various test cleanup: refs #16 | Don Anderson | 2011-10-19 | 1 | -4/+4 |
* | In TestCursorTracker, support setting a range of sizes for keys/values. | Don Anderson | 2011-09-20 | 1 | -42/+61 |
* | Set TRACE_API back to False -- that change should not have been pushed. | Michael Cahill | 2011-09-19 | 1 | -1/+1 |
* | lint warning 534: Ignoring return value of function | Michael Cahill | 2011-09-19 | 1 | -1/+1 |
* | Added iterate tests for empty tables and tables with one element. | Don Anderson | 2011-09-16 | 1 | -1/+4 |
* | Support up to 2^32 preexisting keys in cursor tracking tests. refs #16 | Don Anderson | 2011-09-16 | 1 | -7/+8 |
* | Close and reopen the connection after initially populating so the | Don Anderson | 2011-09-15 | 1 | -13/+18 |
* | Fix errors that broke test_cursor02, and added support for column store: | Don Anderson | 2011-09-15 | 1 | -67/+141 |
* | Some minor test fixes. | Michael Cahill | 2011-09-15 | 1 | -2/+2 |
* | Added scenarios for row/var/fix, made first cut at cursor tests for these. | Don Anderson | 2011-09-14 | 1 | -22/+97 |
* | Add TestCursorTracker for building cursor tests with automatic tracking. | Don Anderson | 2011-09-12 | 1 | -0/+294 |