SQLite

Check-in [dde0bb3eab]
Login

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

Overview
Comment: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.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | rtree-integrity-check
Files: files | file ages | folders
SHA3-256: dde0bb3eab1316c3247b1755594527ca70955aab4ad4907190731f7ec092b327
User & Date: dan 2017-10-25 16:38:34.144
Context
2017-10-25
18:00
Fix compilation issue (C99-ism) seen with MSVC. (Closed-Leaf check-in: 61870b42b0 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: dde0bb3eab 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: adfa7ed2de user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
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.