Giter VIP home page Giter VIP logo

Comments (3)

sdanyliv avatar sdanyliv commented on June 12, 2024

It is not a bug, we have special code which ignores CanBeNull for complex associations. Does it make performance isssues for your queries?

from linq2db.

jods4 avatar jods4 commented on June 12, 2024

This looks like a dupe of #3658, which was supposedly fixed in 5.0.0.
Did the fix not cover all types of associations?

from linq2db.

shameleo avatar shameleo commented on June 12, 2024

It is not a bug, we have special code which ignores CanBeNull for complex associations.

For what reason?
Also, QueryableAssociationTests.cs and some other tests use QueryExpressionMethod and CanBeNull combination.

Does it make performance isssues for your queries?

No, it doesn't. At least for now. It's more about correctness. I don't know what is the point of CanBeNull attribute, but I understand it as not like hint (CanBeNull = false, so I promise you that every Service references to Client"), but like forced requirement (CanBeNull = false, so I if any Service does not references to Client - skip it). Of course I can add where ... is not null, but it's not great workaround, as if association is changed later (like I just did), all queries using it should be fixed.

This looks like a dupe of #3658, which was supposedly fixed in 5.0.0.

I tested with SqlServer and Sqlite. Queries was slighly different, but I doubt it matters. CanBeNull with QueryExpressionMethod was ignored in both cases. CanBeNull with ExpressionPredicate was ignored in Sqlite, but not in SqlServer. It's weird.

from linq2db.

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.