Issue #3313355: Allow the database query log to be dispatched as log events
Merge request reports
Activity
added 2 commits
- Resolved by mondrake
- Resolved by mondrake
- Resolved by mondrake
- Resolved by mondrake
added 1 commit
- e2d7c951 - added a draft placeholder CR and adjusted deprecations
69 * @return float 70 * The start time. 71 */ 72 public function getStartTime(): float { 73 return $this->startTime; 74 } 75 76 /** 77 * Gets the query end time. 78 * 79 * @return float 80 * The end time. 81 */ 82 public function getEndTime(): float { 83 return $this->endTime; 84 } - Comment on lines +66 to +84
changed this line in version 21 of the diff
Please register or sign in to reply