summaryrefslogtreecommitdiff
path: root/lang/python/packing.py
AgeCommit message (Collapse)Author
2012-02-02Retain copyright on the Python API, add the SWIG license to the localKeith Bostic
directory.
2012-02-02The Python code is in the public domain.Keith Bostic
2012-02-02Update copyright notices for the BDB stubs and the Python API tests.Michael Cahill
--HG-- extra : rebase_source : c270e923e1df304e8190062413a5028ad3da78d4
2011-10-06Added support to pack type 't', needed for 'fix' tables.Don Anderson
Added a simple test for fix tables. refs #31 refs #16 --HG-- extra : rebase_source : 26f08d2b3715df318a0965e9c0d0f8b437cd8240
2011-05-26Implement full packing and unpacking for multi-column keys/values.Michael Cahill
--HG-- rename : lang/python/packing.py => lang/python/fpacking.py rename : lang/python/intpack-test.py => lang/python/packing-test.py rename : src/api/pack.c => src/schema/packing.c rename : test/packing/intpack-test.c => test/packing/packing-test.c
2011-04-26Have the Python API deal with packing and unpacking of keys and values.Michael Cahill
--HG-- rename : lang/python/src/wiredtiger/__init__.py => lang/python/packing.py