Einar Gangsø

Results 74 comments of Einar Gangsø

Your first table, (many-to-many on freelancersApplied) ``` ``` Your second table ``` ``` I would suggest renaming your many-to-many table to something like `proposals_freelancers`. ```diff - + ```

@sakowicz Simply forgot, sorry. Should be out with 3.2.0 now.

Note that the `find*` call wont take a trip to the database if the entity is already in `UnitOfWork`. Instead, it will just return that entity. So if you create...