SQLite

Changes On Branch rtree-integrity-check
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch rtree-integrity-check Excluding Merge-Ins

This is equivalent to a diff from adfa7ed2 to 61870b42

2017-10-25
18:01
Add SQL scalar function rtreecheck() to the rtree module. For running checks to ensure the shadow tables used by an rtree virtual table are internally consistent. (check-in: 7d264980 user: mistachkin tags: trunk)
18:00
Fix compilation issue (C99-ism) seen with MSVC. (Closed-Leaf check-in: 61870b42 user: mistachkin tags: rtree-integrity-check)
16:38
Add SQL scalar function rtreecheck() to the rtree module. For running checks to ensure the shadow tables used by an rtree virtual table are internally consistent. (check-in: dde0bb3e user: dan tags: rtree-integrity-check)
16:14
Do not reference the ioctl() system call in the unix backend unless it is actually needed by the Batch Atomic Write extension. This should allow the build to work on VxWorks. (check-in: adfa7ed2 user: drh tags: trunk)
01:34
Add the sqlite_btreeinfo eponymous-only table for introspecting the schema and estimating the sizes of various btrees. (check-in: 1e30f477 user: drh tags: trunk)

Changes to ext/rtree/rtree.c.

Changes to ext/rtree/rtree1.test.

Changes to ext/rtree/rtree2.test.

Changes to ext/rtree/rtree4.test.

Changes to ext/rtree/rtree5.test.

Changes to ext/rtree/rtree7.test.

Changes to ext/rtree/rtree8.test.

Changes to ext/rtree/rtree9.test.

Changes to ext/rtree/rtreeA.test.

Changes to ext/rtree/rtreeB.test.

Changes to ext/rtree/rtreeC.test.

Changes to ext/rtree/rtreeE.test.

Changes to ext/rtree/rtreeF.test.

Changes to ext/rtree/rtreeG.test.

Changes to ext/rtree/rtree_util.tcl.

Added ext/rtree/rtreecheck.test.