stable

Clone or download

Read-only

request #11462: Database export feature relies on PDO to access the database being created

This is a contribution that is purely technical to help the global move to PDO. Change-Id: I64b3e4b2ccb94918b2d5ffa6ce31546293d6f9bb

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Description/EqualComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Description/NotEqualComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Title/EqualComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/Semantic/Title/NotEqualComparisonFromWhereBuilder.php +1 −1 Go to diff View file
M plugins/pullrequest/tests/PullRequestUpdaterTest.php +8 −0 Go to diff View file
M site-content/en_US/project/project.tab +1 −1 Go to diff View file
M site-content/fr_FR/project/project.tab +1 −1 Go to diff View file
M src/common/DB/DBFactory.php +16 −13 Go to diff View file
M src/common/DB/DataAccessObject.php +1 −1 Go to diff View file
M src/www/include/database.php +0 −8 Go to diff View file
M src/www/project/export/artifact_deps_export.php +20 −7 Go to diff View file
M src/www/project/export/artifact_export.php +20 −7 Go to diff View file
M src/www/project/export/artifact_history_export.php +20 −7 Go to diff View file
M src/www/project/export/project_export_utils.php +30 −28 Go to diff View file
M tests/lib/TuleapDbTestCase.class.php +0 −1 Go to diff View file