On Mon, 18 Aug 2014 00:01:13 -0700 (PDT), Pac wrote:
> Hi Sandro,
>
> SQLite 3.8.6 was released a few days ago [1], and it includes a fix
> for a bug in the R-Tree extension (Problem with rtree tables with
> IN()
> operators or as the inner loop of a join [2]). Hope it resolves that
> CheckSpatialIndex issue.
>
> Bye,
> Paco.
>
Hi Paco,
yes, this 3.8.6 fix restores the usual behavior supported by any
previous SQLite version except 3.8.5
anyway SpatiaLite 4.2.0 on its own already introduced an alternative
approach allowing to safely check and validate the R*Tree even
on the bugged 3.8.5
all this considered this recent 3.8.6 patch is useful just when
still continuing to use earlier versions (<= 4.1.1), but is
irrelevant/neutral when using the latest 4.2.0
bye Sandro