Git Product home page Git Product logo

moon.odata's People

Contributors

djanosik avatar mrkevhunter avatar tjrobinson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

moon.odata's Issues

ODataOptions to linq

Hi,

Is there a way to parse ODataOptions to a linq expression?

I have an in-memory List collection which I want to apply the ODataOptions to. I guess I have to have the linq expression of ODataOption but can't find a way to get it.

Thanks.

How can we enable Case Insensitive Properties

Hi,

We can set the ODataOptions case sensitive value manually but there does not appear to be a way to set the value if we are using the built in Model Binding.

Is there something I am missing?

Filter with 'contains... or contains...' doesn't work correctly

Not sure if you're looking for feedback on this.

Filter looks like this: $filter=contains(Name, 'Fred') or contains(ParentName, 'Fred')

I think the SQL for this filter doesn't work properly. It basically generates
WHERE [Name] like '%' + p0 + '%' and ignores the rest

I thought it was maybe because there's only one unique argument. But even 2 arguments results in the same thing. I think the options object has it correct. It's later when it builds the Where clause that it goes wrong.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.