Commit Graph

6 Commits

Author SHA1 Message Date
Keith Bostic
8347925459 Retain copyright on the Python API, add the SWIG license to the local
directory.
2012-02-02 20:18:52 +00:00
Keith Bostic
8345e010cf The Python code is in the public domain. 2012-02-02 11:25:36 +00:00
Michael Cahill
734f5a7974 Update copyright notices for the BDB stubs and the Python API tests.
--HG--
extra : rebase_source : c270e923e1df304e8190062413a5028ad3da78d4
2012-02-02 10:03:18 +11:00
Don Anderson
fd85797033 Added support to pack type 't', needed for 'fix' tables.
Added a simple test for fix tables.
refs #31
refs #16

--HG--
extra : rebase_source : 26f08d2b3715df318a0965e9c0d0f8b437cd8240
2011-10-06 07:06:08 -04:00
Michael Cahill
93ab4058e7 Implement full packing and unpacking for multi-column keys/values.
--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-05-26 14:04:46 +10:00
Michael Cahill
62134154c1 Have the Python API deal with packing and unpacking of keys and values.
--HG--
rename : lang/python/src/wiredtiger/__init__.py => lang/python/packing.py
2011-04-26 15:48:06 +10:00