Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the rtree documentation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fe9ab1ba5bb4bd6c1d955aca7355386a |
User & Date: | drh 2018-05-25 22:50:12.799 |
Context
2018-05-26
| ||
01:59 | Show the apSqlParam field that was added to the sqlite3_rtree_query_info object in version 3.8.11. (check-in: b5582fa868 user: drh tags: trunk) | |
2018-05-25
| ||
22:50 | Fix a typo in the rtree documentation. (check-in: fe9ab1ba5b user: drh tags: trunk) | |
18:17 | Improved wording on the OsQuery description. (check-in: 1a2d15781d user: drh tags: trunk) | |
Changes
Changes to pages/rtree.in.
︙ | |||
533 534 535 536 537 538 539 | 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 | - + | <p>The first five fields of the sqlite3_rtree_query_info structure are identical to the sqlite3_rtree_geometry structure, and have exactly the same meaning. The sqlite3_rtree_query_info structure also contains nCoord and aCoord fields which have the same meaning as the parameter of the same name in the xGeom callback. <p>The xQueryFunc must set the eWithin field of sqlite3_rtree_query_info to |
︙ |