You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
For some projections, it is convenient to use the doctrine entity manager instead of low-level inserts or updates (using dbal connection). But in this case, without calling the flush method, the projection can not be restored after reset, but calling flush explicitly duplicates the transaction block during the synchronous operation of the projection using command handler, especially since there can be several synchronous projections for one event.
Description
For some projections, it is convenient to use the doctrine entity manager instead of low-level inserts or updates (using dbal connection). But in this case, without calling the flush method, the projection can not be restored after reset, but calling flush explicitly duplicates the transaction block during the synchronous operation of the projection using command handler, especially since there can be several synchronous projections for one event.
Example
The text was updated successfully, but these errors were encountered: