stable

Clone or download

Read-only

Remove dependency to CodendiDataAccess for escaping

Part of story #10702: define a query with status semantic Since we use EasyDB in cross tracker searches, we should use it also to escape values instead of depending on legacy CodendiDataAccess. Change-Id: I15b236128496f02da2f87d5e34282f9ff28b54e7

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/CrossTrackerExpertQueryReportDao.php +1 −0 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Semantic/Description/EqualComparisonFromWhereBuilder.php +6 −8 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Semantic/Description/NotEqualComparisonFromWhereBuilder.php +6 −8 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Semantic/Status/EqualComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Semantic/Status/NotEqualComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Semantic/Title/EqualComparisonFromWhereBuilder.php +6 −8 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Semantic/Title/NotEqualComparisonFromWhereBuilder.php +6 −8 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/IProvideParametrizedFromAndWhereSQLFragments.php +5 −0 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/ParametrizedAndFromWhere.php +8 −0 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/ParametrizedFromWhere.php +15 −3 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/ParametrizedOrFromWhere.php +8 −0 Go to diff View file