added entites for Table, Column, Index, ForeignKey (BC break) #146
Annotations
10 errors
PHPStan:
src/Bridges/DatabaseDI/DatabaseExtension.php#L69
Call to an undefined method Nette\DI\Definitions\Definition::addSetup().
|
PHPStan:
src/Bridges/DatabaseTracy/ConnectionPanel.php#L104
Access to an undefined property PDOException::$queryString.
|
PHPStan:
src/Bridges/DatabaseTracy/ConnectionPanel.php#L168
Anonymous function has an unused use $connection.
|
PHPStan:
src/Bridges/DatabaseTracy/ConnectionPanel.php#L168
Anonymous function has an unused use $queries.
|
PHPStan:
src/Bridges/DatabaseTracy/ConnectionPanel.php#L168
Variable $connection might not be defined.
|
PHPStan:
src/Database/Connection.php#L100
Call to an undefined method Nette\Database\Driver::getPdo().
|
PHPStan:
src/Database/DriverException.php#L27
Access to an undefined property Throwable::$file.
|
PHPStan:
src/Database/DriverException.php#L28
Access to an undefined property Throwable::$line.
|
PHPStan:
src/Database/Drivers/OciDriver.php#L115
Method Nette\Database\Drivers\OciDriver::getTables() should return array<Nette\Database\Reflection\Table> but returns array<int<0, max>, array<string, mixed>>.
|
PHPStan:
src/Database/Drivers/PdoDriver.php#L66
Call to an undefined method Nette\Database\DriverException::setQueryInfo().
|