Skip to content

added entites for Table, Column, Index, ForeignKey (BC break) [WIP] #152

added entites for Table, Column, Index, ForeignKey (BC break) [WIP]

added entites for Table, Column, Index, ForeignKey (BC break) [WIP] #152

Triggered via push December 5, 2023 20:39
Status Success
Total duration 23s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

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#L95
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#L114
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().