Hi,

creating an R-tree table with what looks like a table constraint results
in an inconsistent number of columns, with funny results:

> create virtual table t using rtree(id, x1, x2, y1, check(1));
> insert into t default values;
> select * from t;
1|0.0|0.0|1.74906711200709e-38


Regards,
Clemens

Reply via email to