stable

Clone or download

Read-only

request #11072: Move cross-tracker plugin to prepared statements and PDO

This contribution should not change anything at the functionnal level, it is only a technical change leveraging what has been introduced by commit 75c536e1254d78be0792f09c7c15ef6328c64135. Change-Id: I0f31b8df2b89c6b181eabaf8e74e66789b70c546

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/CrossTrackerArtifactReportDao.php +11 −8 Go to diff View file
M plugins/crosstracker/include/CrossTracker/CrossTrackerReportDao.php +32 −68 Go to diff View file
M plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerArtifactReportFactory.php +3 −3 Go to diff View file
M plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php +2 −2 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/CrossTrackerExpertQueryReportDao.php +11 −8 Go to diff View file
M src/common/DB/DataAccessObject.php +11 −0 Go to diff View file