bchavez / bchavez/RethinkDb.Driver

Add support for between

Open
#52 4 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.