Re: IndexedTable and Delete

2009-07-21 Thread Andrew McCall
Cool will do. Andrew On 21 Jul 2009, at 22:13, Clint Morgan wrote: Yeah, you've basically got it right. Its a bug. Please open a JIRA (and perhaps take a stab at a patch). Its low on my priority list as we mostly just do updates or delete whole rows.. -clint On Tue, Jul 21, 2009 at 1:0

Re: IndexedTable and Delete

2009-07-21 Thread Clint Morgan
Yeah, you've basically got it right. Its a bug. Please open a JIRA (and perhaps take a stab at a patch). Its low on my priority list as we mostly just do updates or delete whole rows.. -clint On Tue, Jul 21, 2009 at 1:04 PM, Andrew McCall wrote: > Hi, > > I've been using the IndexedTable stuf

IndexedTable and Delete

2009-07-21 Thread Andrew McCall
Hi, I've been using the IndexedTable stuff from contrib and come across a bit of an issue. When I delete a column my indexes are removed for that column. I've run through the code in IndexedRegion and used very similar code in my own classes to recreate the index after I've run the delete