Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for between #52

Open
jrote1 opened this issue May 13, 2016 · 4 comments
Open

Add support for between #52

jrote1 opened this issue May 13, 2016 · 4 comments

Comments

@jrote1
Copy link
Collaborator

jrote1 commented May 13, 2016

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 ) )
@jrote1 jrote1 added this to the LINQ Provider Phase 2 milestone May 13, 2016
@jrote1 jrote1 changed the title Added support for between Add support for between May 16, 2016
@ngonzalezromero
Copy link

there any way now without linq?

@bchavez
Copy link
Owner

bchavez commented Jul 14, 2016

@ngonzalezromero
Copy link

@bchavez I need filter the data with a date range + a parameter

right now, i do this in mongo this way

markerDataRepository.Select(x => x.VersionDate >= from && x.VersionDate <= to && x.SubNetworkId == 1);

(from and to are DateTime)
How can I do it with RethinkDb?

@bchavez
Copy link
Owner

bchavez commented Jul 14, 2016

Hey, @ngonzalezromero , I hope I'm not being too much of a square, but I'd appreciate it if we can keep issues (and issue discussions) reserved for changes to the source code. If you need help using the driver, it would be cool if you could use the RethinkDB slack channel. If nobody can help with your C# question, tag me @bchavez in your question.

The problem with using issues here as a means for help is that the 15 people subscribed to the repo watch list get spammed every time an issue/comment is added. :(

The RethinkDB slack channel is a great place because others can help also.

Thanks,
Brian

🚗 🚓 🚨 _"Drive it like you stole it..."_

jrote1 added a commit that referenced this issue Sep 27, 2020
Added between support and refactored some code fixes #52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants