[sqlite] incorrect R-tree documentation

2015-10-02 Thread Clemens Ladisch
Hi, the R-tree documentation says: | Attempts to insert something other than an integer into the first | column, or something other than a numeric value into the other | columns, will result in an error. This is not actually true: > create virtual table t using rtree(id, x1, x2); > insert into t

[sqlite] incorrect R-tree documentation

2015-10-03 Thread Dan Kennedy
On 10/03/2015 02:04 AM, Clemens Ladisch wrote: > Hi, > > the R-tree documentation says: > | Attempts to insert something other than an integer into the first > | column, or something other than a numeric value into the other > | columns, will result in an error. > > This is not actually true: > >>