sparklemotion / sparklemotion/sqlite3-ruby
FTS3/4, GEOPOLY, RTREE extension support missing from 2.6.0+ native gem compile options
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 845
- Forks
- 220
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 3
Description
It looks like the 2.6.0 release dropped the following compile options that had been set in 2.5.0 and prior:
ENABLE_FTS3
ENABLE_FTS4
ENABLE_GEOPOLY
ENABLE_RTREE
I'm assuming this is related to #618, #636, but wanted to call it out separately as this change wasn't mentioned in the release notes.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the issue. Start by comparing the 2.6.0 native gem compile options with those from 2.5.0, paying attention to the options listed in the report and the changes referenced in #618 and #636. Done means the affected extensions are supported again and the change is covered by the project's tests or release notes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby, sqlite
- Domain
- build-system, database
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100