Jake Rote

Results 32 comments of Jake Rote

Yeah that was my thinking as well to have a separate assembly for the EnityFramework related code

@bchavez When are next online, need to ask you a few things?

@cecilphillip The driver does expose a basic IQueryable https://github.com/bchavez/RethinkDb.Driver/wiki/LINQ-to-ReQL-Provider which I will continue working on soon.

@bchavez I am planning to start working on a Linq provider for this, is there anything you had in mind in terms of API before I start? I have some...

@marshall007 Hi currently the Linq provider will use indexes when properties are decorated with `PrimaryIndexAttribute` or `SecondaryIndexAttribute` when using `Where` or `OrderBy`. Give it a go if you like and...

Might have something to do with #1707

@avstudios I had the same issue is because they changed the default package root from 'packages/' to '/packages/' which broke our app as we don't run it in the root...

No problem, I raised an issue saying this is a breaking change and should be changed back but there has been no reply as of yet. #1707

@ashokdudhade no problem happy to help

@avstudios I have not come across this issue but if you can send me a link the some code that replicates I don't mind looking into it.