stable

Clone or download

Read-only

Move Git main DAO to PDO and prepared statements

This is part of story #11261: convert Git plugin to SQL prepared statements Change-Id: I35006b7cbaf8fc34d6ecebe4bed2c041f1e8607d

Modified Files

Name
M plugins/git/include/GitBackend.class.php +11 −9 Go to diff View file
M plugins/git/include/GitDao.class.php +362 −398 Go to diff View file
M plugins/git/include/GitRepository.class.php +2 −3 Go to diff View file
M plugins/git/include/GitRepositoryFactory.class.php +22 −15 Go to diff View file
M plugins/git/include/GitViews.class.php +3 −3 Go to diff View file
M plugins/git/tests/GitRepositoryFactoryTest.php +3 −3 Go to diff View file
M plugins/git/tests/GitRepositoryTest.php +4 −12 Go to diff View file