summaryrefslogtreecommitdiff
path: root/lang/python/src/wiredtiger/impl
AgeCommit message (Collapse)Author
2012-02-02Retain copyright on the Python API, add the SWIG license to the localKeith Bostic
directory.
2011-01-28[#23] Permit JSON config strings. Change "column set" to "column group" / ↵Michael Cahill
"colgroup" consistently. Change schema configration to use unique JSON-friendly keys, so "index.name=(columns)" instead of "index=name(columns)". --HG-- branch : mjc
2011-01-06More work on code samples, Python implementation of the API using Berkeley DB.Michael Cahill
--HG-- branch : mjc rename : examples/c/ex_hello.c => examples/c/ex_cursor.c rename : examples/c/ex_hello.c => examples/c/ex_extending.c rename : examples/c/ex_hello.c => examples/c/ex_pack.c rename : examples/c/ex_hello.c => examples/c/ex_process.c rename : examples/c/ex_hello.c => examples/c/ex_transaction.c