Git Product home page Git Product logo

Comments (5)

mihaifm avatar mihaifm commented on September 27, 2024

Hi

Thanks for the suggestion. Unfortunatelly the changes required for this are not trivial, so there's no plans from my side.

However I'm open to pull requests, even if they add only a subset of the functionality.

from linq.

M0ns1gn0r avatar M0ns1gn0r commented on September 27, 2024

IMO even if someone wants to add this functionality, it should not be part of this project. It's kind of completely unrelated.

from linq.

juancri avatar juancri commented on September 27, 2024

One problem with this implementation is that LINQ to objects and LINQ to SQL, even when they use the same syntax, are implemented in a different way.

While LINQ to objects is being transformed to a chain of Enumerable metrods, LINQ to SQL compiles as an expression that can be verified at compile time and translated to SQL at runtime.

from linq.

zy-zero avatar zy-zero commented on September 27, 2024

Yes, that is difficult to implement.

from linq.

markusjohnsson avatar markusjohnsson commented on September 27, 2024

Hey. Old issue.. but I did some work on this even longer ago. In 2016. You can find it here: https://github.com/markusjohnsson/miniscule

I have no intentions of maintaining it and I don't remember a lot of it. And I take no responsibility for any SQL injection stuff. But check it out if you are interested.

from linq.

Related Issues (20)

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.