summaryrefslogtreecommitdiff
path: root/examples/c/ex_schema.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Remove whitespace.Alex Gorrod2014-11-181-1/+0
* Add support for immutable indices.Alex Gorrod2014-11-181-0/+18
* Minor shuffling to turn on more clang warnings:Keith Bostic2014-09-011-2/+2
* Fix cleanup of home directories for example code, and fix use of system witho...Michael Cahill2014-08-251-2/+2
* We're setting "home" to NULL, and then using it in error messages, whichKeith Bostic2014-08-231-4/+16
* Lint: primarily make sure no WiredTiger call that returns an error valueKeith Bostic2014-08-231-1/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Fix use of a raw cursor in ex_schema.c.Michael Cahill2013-09-021-3/+6
* It's bad style (IMNSHO), but declare the WT_ITEM locally to make itKeith Bostic2013-07-171-1/+4
* Add a more complex raw mode example, plus an example showing a projectionKeith Bostic2013-07-171-3/+35
* Add an example of using projections to return a subset of values from aKeith Bostic2013-07-171-4/+24
* Allow examples to run in parallel: give each a unique home directory.Michael Cahill2013-01-081-1/+1
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Fix up a few more declarations that weren't fixed-size.Keith Bostic2012-12-101-2/+2
* More schema layer cleanup:Michael Cahill2012-12-101-6/+3
* Use "poptable" as the table name in the schema example -- it's a table of pop...Michael Cahill2012-12-101-14/+15
* Add 'ret = ' to calls in ex_schema.c that can fail.Michael Cahill2012-12-101-26/+28
* When talking about index-only retrieval, don't mention "column groups".Keith Bostic2012-12-081-2/+1
* gcc:Keith Bostic2012-12-081-1/+1
* Add wording explaining how to do index-only searches to the schema docs.Keith Bostic2012-12-081-8/+13
* Enhance the ex_schema.c example code to show some more complex examples,Keith Bostic2012-12-081-43/+147
* The Q format is an unsigned long long, not a uint64_t.Keith Bostic2012-12-081-1/+1
* The name "population" is used too much, it's confusing, use "mytable"Keith Bostic2012-12-081-6/+6
* We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-151-1/+1
* style guide: don't put a space after "sizeof".Keith Bostic2012-04-231-1/+1
* Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill2012-02-021-1/+1
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+23
* Quit using explicit search patterns (dontinclude/skipline) in theKeith Bostic2012-01-181-0/+4
* Fix the projection in the ex_schema example (don't try to project an index ke...Michael Cahill2011-12-061-2/+3
* Fix some error messages from the example programs.Michael Cahill2011-11-211-1/+1
* Run example programs as part of automated testing, fix bugs.Michael Cahill2011-10-061-3/+13
* Documentation updates and fixes based on feedback.Michael Cahill2011-09-231-1/+1
* Replace wiredtiger_recno_t with uint64_t.Michael Cahill2011-07-221-1/+1
* Make tests work on the public API:Michael Cahill2011-05-031-1/+1
* Added a bunch of warnings to gcc 4.2.1, clean up the lint.Keith Bostic2011-02-181-1/+1
* Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill2011-02-161-5/+8
* [#23] Permit JSON config strings. Change "column set" to "column group" / "c...Michael Cahill2011-01-281-2/+2
* API changes and example updates baed on Keith's feedback.Michael Cahill2011-01-071-2/+4
* Incorporated Keith's latest feedback, switched XXX to @todo...Michael Cahill2011-01-061-1/+2
* More editing of documentation, expanding of examples.Michael Cahill2011-01-041-14/+17
* Start of work on a BDB backend for the API.Michael Cahill2010-12-221-1/+1
* Recut of the schema interface so it is all string based. This allows for sen...Michael Cahill2010-12-201-27/+14
* Recut of the schema API to put column lists in comma-separated strings.Michael Cahill2010-12-171-15/+11
* More work on documentation and examples, removed some things from the API, in...Michael Cahill2010-12-161-5/+4
* More documentation, tightened up some of the examples.Michael Cahill2010-12-151-0/+105