SQLite

Changes On Branch rtree-geopoly
Login

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

Changes In Branch rtree-geopoly Excluding Merge-Ins

This is equivalent to a diff from 6f5e84ba to 4bc28eed

2018-08-27
17:13
Add support for the Geopoly extension to the R-Tree extension. This also involves adding the SQLITE_INDEX_CONSTRAINT_FUNCTION capability to the xFindFunction method of the sqlite3_module object, and to the sqlite3_index_info.aConstraint.op field in the xBestIndex implementation of virtual tables. (check-in: 666133e3 user: drh tags: trunk)
17:05
Minor changes to the visual01.txt test script. (Closed-Leaf check-in: 4bc28eed user: drh tags: rtree-geopoly)
15:55
Split the three-argument version of geopoly_within() off into a separate function named geopoly_contains_point(). (check-in: 5a0e1541 user: drh tags: rtree-geopoly)
2018-08-23
14:54
Merge enhancements from trunk. (check-in: c446c884 user: drh tags: rtree-geopoly)
2018-08-21
12:16
Fix various harmless warnings generated by static analysis tools. (check-in: a04a0ea9 user: drh tags: trunk)
2018-08-18
18:14
Merge trunk fixes. (check-in: ccad2779 user: drh tags: alter-table-rename-column)
2018-08-17
21:14
Fix harmless compiler warnings only seen with STAT4 enabled. (check-in: 6f5e84ba user: mistachkin tags: trunk)
2018-08-16
16:24
Fix a harmless unused-variable compiler warning that only came up in certain compile-time configurations. (check-in: 45684292 user: drh tags: trunk)

Changes to Makefile.in.

Changes to Makefile.msc.

Changes to configure.

Changes to configure.ac.

Added ext/rtree/geopoly.c.

Changes to ext/rtree/rtree.c.

Added ext/rtree/visual01.txt.

Changes to main.mk.

Changes to src/expr.c.

Changes to src/sqlite.h.in.

Changes to src/whereexpr.c.

Changes to tool/mksqlite3c.tcl.