Re: [elephant-devel] BDB and duplicate keys

2008-04-23 Thread Leslie P. Polzer
> Is this the main branch or the unstable one? Can you provide a simple > test case? Slot indices are indexes, so it sounds like a problem with > the primary keys (like a duplicate oid). I just checked out a pristine copy of stable and it doesn't happen there; guess it must be one of my local c

Re: [elephant-devel] BDB and duplicate keys

2008-04-23 Thread Ian Eslick
Is this the main branch or the unstable one? Can you provide a simple test case? Slot indices are indexes, so it sounds like a problem with the primary keys (like a duplicate oid). Ian On Apr 23, 2008, at 2:38 AM, Leslie P. Polzer wrote: Happens here when I access/sort objects via a slot

[elephant-devel] BDB and duplicate keys

2008-04-22 Thread Leslie P. Polzer
Happens here when I access/sort objects via a slot that may contain duplicate values (time): "Duplicate data items are not supported with sorted data" Probably a BDB 4.6 issue where we need to set a flag to allow this? Everything seems to work fine in spite of this, though. Leslie