Opened 15 years ago
Closed 14 years ago
#21410 closed enhancement (fixed)
sqlite3: add variant for r-tree indices.
Reported by: | wholzing@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | sqlite3 |
Description
R-tree indices, necessary for applications using spatial data, are supported by sqlite3, but not enabled in a default install. I added a variant to activate the r-tree module in sqlite3. Tested on my Macbook Pro running OS X 10.6.1 without problems.
Attachments (1)
Change History (4)
Changed 15 years ago by wholzing@…
comment:1 Changed 15 years ago by jmroot (Joshua Root)
Cc: | mww removed |
---|---|
Keywords: | sqlite3 rtree removed |
Owner: | changed from macports-tickets@… to mww@… |
Version: | 1.8.0 |
Note that bare usernames in the cc field won't work.
comment:3 Changed 14 years ago by jmroot (Joshua Root)
Cc: | wholzing@… removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This was added in r70595.
(You don't need to be in cc when you are the reporter.)
Note: See
TracTickets for help on using
tickets.
Portfile patch