Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Change the rtree module to support queries with multiple comparison operators (i.e. > or <) of the same type on a single column. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
387b55aa9bb0f978641f9c2fa40f84fd |
User & Date: | dan 2011-03-23 10:38:50.000 |
Context
2011-03-23
| ||
10:52 | Fix a numbering issue in rtree6.test. Add a couple of extra tests. (check-in: 0b7668a71e user: dan tags: trunk) | |
10:38 | Change the rtree module to support queries with multiple comparison operators (i.e. > or <) of the same type on a single column. (check-in: 387b55aa9b user: dan tags: trunk) | |
2011-03-21
| ||
17:15 | Add the ability to enable and disable foreign key constraints and triggers using calls to sqlite3_db_config(). (check-in: 09e167f9c1 user: drh tags: trunk) | |
Changes
Changes to ext/rtree/rtree.c.
Changes to ext/rtree/rtree6.test.