Re: [sqlite] contstraint failed problem

2008-11-25 Thread Dan
On Nov 24, 2008, at 5:07 PM, Christophe Leske wrote: > Hello, > > i have a rtree table which I dynamically opulate with results. > > Sometimes however, I get a "constraint failed" error from SQLite. > After > some poking, I found that it occurs whenever my statement tries to > insert a record w

[sqlite] contstraint failed problem

2008-11-24 Thread Christophe Leske
Hello, i have a rtree table which I dynamically opulate with results. Sometimes however, I get a "constraint failed" error from SQLite. After some poking, I found that it occurs whenever my statement tries to insert a record which has an ID that is already in the rtree-table, which is ok, as t