Add support for creating temporary tables in schema #5997
Annotations
8 errors
src/Platforms/OraclePlatform.php#L342
src/Platforms/OraclePlatform.php:342:76: InvalidLiteralArgument: Argument 1 of str_starts_with expects a non-literal value, but 'ora$ptt_' provided (see https://psalm.dev/237)
|
tests/Platforms/AbstractMySQLPlatformTestCase.php#L211
tests/Platforms/AbstractMySQLPlatformTestCase.php:211:32: ArgumentTypeCoercion: Argument 1 of Doctrine\DBAL\Tests\Platforms\AbstractMySQLPlatformTestCase::expectException expects class-string<Throwable>, but parent type string provided (see https://psalm.dev/193)
|
tests/Platforms/DB2PlatformTest.php#L481
tests/Platforms/DB2PlatformTest.php:481:13: UndefinedVariable: Cannot find referenced variable $onCommit (see https://psalm.dev/024)
|
tests/Platforms/DB2PlatformTest.php#L513
tests/Platforms/DB2PlatformTest.php:513:32: ArgumentTypeCoercion: Argument 1 of Doctrine\DBAL\Tests\Platforms\DB2PlatformTest::expectException expects class-string<Throwable>, but parent type string provided (see https://psalm.dev/193)
|
tests/Platforms/OraclePlatformTest.php#L196
tests/Platforms/OraclePlatformTest.php:196:32: ArgumentTypeCoercion: Argument 1 of Doctrine\DBAL\Tests\Platforms\OraclePlatformTest::expectException expects class-string<Throwable>, but parent type string provided (see https://psalm.dev/193)
|
tests/Platforms/PostgreSQLPlatformTest.php#L252
tests/Platforms/PostgreSQLPlatformTest.php:252:32: ArgumentTypeCoercion: Argument 1 of Doctrine\DBAL\Tests\Platforms\PostgreSQLPlatformTest::expectException expects class-string<Throwable>, but parent type string provided (see https://psalm.dev/193)
|
tests/Platforms/SQLitePlatformTest.php#L671
tests/Platforms/SQLitePlatformTest.php:671:32: ArgumentTypeCoercion: Argument 1 of Doctrine\DBAL\Tests\Platforms\SQLitePlatformTest::expectException expects class-string<Throwable>, but parent type string provided (see https://psalm.dev/193)
|
|
This job failed
Loading