Completed
Pull Request — master (#27576)
by Piotr
15:44
created
lib/private/DB/Connection.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -33,14 +33,12 @@
 block discarded – undo
33 33
 use Doctrine\DBAL\Configuration;
34 34
 use Doctrine\DBAL\Cache\QueryCacheProfile;
35 35
 use Doctrine\Common\EventManager;
36
-use Doctrine\DBAL\Exception\ConstraintViolationException;
37 36
 use Doctrine\DBAL\Platforms\MySqlPlatform;
38 37
 use Doctrine\DBAL\Schema\Schema;
39 38
 use OC\DB\QueryBuilder\QueryBuilder;
40 39
 use OCP\DB\QueryBuilder\IQueryBuilder;
41 40
 use OCP\IDBConnection;
42 41
 use OCP\PreConditionNotMetException;
43
-use OCP\Util;
44 42
 
45 43
 class Connection extends \Doctrine\DBAL\Connection implements IDBConnection {
46 44
 	/**
Please login to merge, or discard this patch.