Giter VIP home page Giter VIP logo

Comments (10)

traiannemes avatar traiannemes commented on May 25, 2024 1

Your unit test is tracking the entities and that's why it's working.
At line 50 in the unit test please add "db.ChangeTracker.Clear();" (before mapping the 2nd time)
And please add at line 69: await db.SaveChangesAsync(); (you forgot to save the 2nd time)

And then the test will fail with a constraint db error

Now it will work if we eagerly go ahead before await db.MapAsync<>() call and load all the entities from the DB that are in the graph.

If we don't do that than the composition works a single level down.

from detached-mapper.

traiannemes avatar traiannemes commented on May 25, 2024 1

It works like a charm! Thank you Leonardo, really great job! I love it!

from detached-mapper.

RoccoDevs avatar RoccoDevs commented on May 25, 2024

I've also gotten this problem, Although for me it's 3 levels deep. Is there an ETA on this? or general priority.

For now I've just added a simple work around and setting the correct state for these entities myself.

from detached-mapper.

leonardoporro avatar leonardoporro commented on May 25, 2024

Hey, sorry for the delay...

@tomesendam @traiannemes Could you please help me to reproduce the bug based on this test?
Map Two Levels Integration Test
Please send a pr, or copy/paste or whatever is easier for you...
Thank you!

from detached-mapper.

RoccoDevs avatar RoccoDevs commented on May 25, 2024

If I don't forget I'll do it in the afternoon

from detached-mapper.

leonardoporro avatar leonardoporro commented on May 25, 2024

Thank you @tomesendam!
The one over there is working, if you can please make it fail it would be easier for me to fix.

from detached-mapper.

leonardoporro avatar leonardoporro commented on May 25, 2024

Hey, were you able to check the test?
Would be possible for you to post an exact copy of the model that is failing?

from detached-mapper.

traiannemes avatar traiannemes commented on May 25, 2024

Hi Leonardo, by any chance any progress on this? I love the work you've done so far. Thanks!

from detached-mapper.

leonardoporro avatar leonardoporro commented on May 25, 2024

Thank you, and sorry for the loooooooooooong delay (personal issues and don't have any help).
I published 6.0.2 and 5.0.14, would you like to test?

from detached-mapper.

traiannemes avatar traiannemes commented on May 25, 2024

Leonardo, just as a suggestion on tracking delete entities. When a parent-child relation is set to cascade on delete it would be more efficient to just mark the parent with delete status, SQL will take care of the child table. Right now all child entities are marked as deleted and deleted from database before parent table record is, too

from detached-mapper.

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.