[Python-bugs-list] [ python-Bugs-514433 ] bsddb: enable dbopen (file==NULL)

noreply@sourceforge.net noreply@sourceforge.net
Thu, 07 Feb 2002 11:00:38 -0800


Bugs item #514433, was opened at 2002-02-07 11:00
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=514433&group_id=5470

Category: Extension Modules
Group: Feature Request
Status: Open
Resolution: None
Priority: 5
Submitted By: Sam Rushing (rushing)
Assigned to: Nobody/Anonymous (nobody)
Summary: bsddb: enable dbopen (file==NULL)

Initial Comment:
dbopen(): if the file argument is NULL, the library 
will use a temporary file.  this is useful if you want 
that, or if you want to specify a large cache so that 
it never actually touches the disk. [i.e., in-memory 
hash/bt]
I've done this by replacing the "s" with a "z" in the 
arg specs for the three open functions.  Seems to work.

-Sam


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=514433&group_id=5470