we should be more explicit about when queries should fail with an error and when they should return empty
Open
Nobody has claimed this yet.
- Dominant language
- MATLAB
- Stars
- 1
- Forks
- 2
- Avg merge
- 2h 18m
- Merged PRs (30d)
- 39
Description
- If someone produces a query like "find field value > []", it produces an sqlite error instead of returning no matches. We should try to avoid sqlite errors.
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 by reproducing the query "find field value > []" and trace where it reaches SQLite. Determine which malformed or empty-value queries should return no matches versus raise an error, then verify the chosen behavior across comparable query cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- matlab, sqlite
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100