bchavez / bchavez/RethinkDb.Driver
Add support for between
Open
enhancement
linq provider
- Dominant language
- C#
- Stars
- 381
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
Add translation of queries like on indexes to use `Between`
- `.Where( x.Size > 5 && x.Size < 10 )`
- `.Where( x.Date < DateTime.Now && x.Date > new DateTime( 2016, 1, 1 ) )`
Contributor guide
Research direction
The issue provides C# query examples but names no files, tests, or entry points. Begin by locating the query translation implementation and existing translation tests, then verify that the two shown comparison patterns are translated to Between and that the relevant tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100