bsddb btree sorting order
Jane Austine
janeaustine50 at hotmail.com
Sat Oct 2 13:54:24 EDT 2004
More information about the Python-list mailing list
Sat Oct 2 13:54:24 EDT 2004
- Previous message (by thread): "False exceptions?" (was Re: theme of the week: tools
- Next message (by thread): Reclaiming (lots of) memory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello. How do I change the BTree sorting order with bsddb, instead of the default lexicographical order? After studying sleepycat's document, I found there is a function call for setting the compare callback, set_bt_compare. It even seems like got into pybsddb patch list (http://sourceforge.net/tracker/index.php?func=detail&aid=532308&group_id=13900&atid=313900). However, the current Python source tree (cvs) doesn't include the patch. I have no idea how those two projects(pybsddb and bsddb in standard lib) are going together, or where I could ask about this. Why hasn't the patch got through the main Python cvs? Any workarounds except modifying the source?
- Previous message (by thread): "False exceptions?" (was Re: theme of the week: tools
- Next message (by thread): Reclaiming (lots of) memory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list