nextcloud / nextcloud/cookbook
Make getting recipes by keyword under SQLite work
Open
Nobody has claimed this yet.
Backend
bug
php
- Dominant language
- HTML
- Stars
- 641
- Forks
- 113
- Avg merge
- 21h 31m
- Merged PRs (30d)
- 26
Description
Currently, this test fails under SQLite:
There is nothing returned from the database. The test is skipped for now but the culprit should be solved somehow.
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
Start with tests/Integration/Db/RecipeDb/RecipeDbBigTest.php at lines 117-120 and reproduce the skipped keyword lookup under SQLite. Trace the database query used by this test and identify why it returns no recipes. Done means the test returns the expected recipes under SQLite and can be enabled without failing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sqlite
- Domain
- databases, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100