Re: [sqlite] R*Tree constraint error when inserting valid data

2013-06-27 Thread Tobias Kolb
3/6/27 Yan Seiner > Tobias Kolb wrote: > >> Hi, >> >> I'm currently experimenting with the R*Tree support in SQLite. I have to >> collect some log data over a timespan and save it linked to the area (not >> the exact path, just a minimum bounding rect around

Re: [sqlite] R*Tree constraint error when inserting valid data

2013-06-27 Thread Tobias Kolb
No, there isn't. I just copy/pasted the insert out of my long script. Insert 1 to 472 works well, #473 was just the first one that fails. Hm, maybe the problem is SQLiteStudio? I'll check the command line tool of SQLite... 2013/6/27 Dan Kennedy > On 06/27/2013 09:19 PM, Tobi

[sqlite] R*Tree constraint error when inserting valid data

2013-06-27 Thread Tobias Kolb
Hi, I'm currently experimenting with the R*Tree support in SQLite. I have to collect some log data over a timespan and save it linked to the area (not the exact path, just a minimum bounding rect around) it was collected (min/max latitude and min/max longitude). Based on this data I want to do ran