Re: [sqlite] BUG in RTree ?

2008-07-21 Thread Xevi
Thank You, I'll keep looking further. Xevi En/na Kees Nuyt ha escrit: > On Sun, 20 Jul 2008 09:03:44 +0200, you wrote: > > >> Hello to all, >> >> I think I have found a bug in the RTree extension (I'm using version 3.6.0) >> If I run this script : >> > > It works perfectly for me. >

Re: [sqlite] BUG in RTree ?

2008-07-20 Thread Kees Nuyt
On Sun, 20 Jul 2008 09:03:44 +0200, you wrote: >Hello to all, > >I think I have found a bug in the RTree extension (I'm using version 3.6.0) >If I run this script : It works perfectly for me. Here is my version of the script: sqlite_version():3.6.0 DROP TABLE IF EXISTS GEO_TEST; DROP TABLE IF

[sqlite] BUG in RTree ?

2008-07-20 Thread Xevi
Hello to all, I think I have found a bug in the RTree extension (I'm using version 3.6.0) If I run this script : DROP TABLE IF EXISTS GEO_TEST; DROP TABLE IF EXISTS SI_GEO_TEST; CREATE TABLE GEO_TEST (FID INTEGER PRIMARY KEY NOT NULL, NAME CHAR NOT NULL, E_UTMX REAL, E_UTMY REAL);