Details
Description
Is there any particular reason why onFlush event is not triggered when the transaction is allready open? https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/UnitOfWork.php#L290 It would help a lot developing listeners since this event is the mostly used one and since theres preFlush now it seems a logical solution if onFlush would be a start of transaction in general
Activity
Benjamin Eberlei
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 2.3 [ 10185 ] | |
| Fix Version/s | 2.2 [ 10157 ] |
Benjamin Eberlei
made changes -
| Workflow | jira [ 13357 ] | jira-feedback [ 14010 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback [ 14010 ] | jira-feedback2 [ 15874 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback2 [ 15874 ] | jira-feedback3 [ 18130 ] |
Benjamin Eberlei
made changes -
| Fix Version/s | 2.4 [ 10321 ] | |
| Fix Version/s | 2.3 [ 10185 ] |
This list may be incomplete, as errors occurred whilst retrieving source from linked applications:
- Request to http://www.doctrine-project.org/fisheye/ failed: Error in remote call to 'FishEye 0 (http://www.doctrine-project.org/fisheye/)' (http://www.doctrine-project.org/fisheye) [AbstractRestCommand{path='/rest-service-fe/search-v1/crossRepositoryQuery', params={query=DDC-1599, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)
onFluish is not the start of a transaction. It has nothing to do with this.