Open Closed

LINQ3 on MongoDB for complex queries #2450


User avatar
0
simix.markus created

Hello,

We have a complex query (join with composite key and filter) to do with LINQ using ABP 5 with MongoDB. After a lot of investigation and tests we figure out that the query that we need only works using LinqProvider.V3 with the Mongo Driver 2.14.0; https://mongodb.github.io/mongo-csharp-driver/2.14/reference/driver/crud/linq3/

So, there is near any plans to use the last mongo driver version and a way to configure the LinqProvider version? With is the recommended option? Wait for this, there is any formal solicitation? Try to create a PR? Any workaroud? Thanks


2 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can try to add <PackageReference Include="MongoDB.Driver" Version="2.14.1" /> to your project and configure it. We will upgrade this package in next version.

    https://github.com/abpframework/abp/pull/9774

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    https://github.com/abpframework/abp/issues/11394

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11