From: gabriele renzi Date: 2004-10-16T08:14:29+09:00 Subject: Re: DBM and SDBM Hal Fulton ha scritto: > I thought (correct me if I'm wrong) that SDBM had the same > interface/behavior as DBM. > > I use DBM on Linux... and I *have* used SDBM in its place > on Windows. > > But now I have a piece of code that reproducibly fails. thewre was a bug in sdbm up to some stage.. related to objects converted via to_s and to_str when store/retrieved. If you're using an object as a key that may be the problem, already fixed in cvs.