Package: php-doctrine-dbal / 4.2.3+dfsg-4

Metadata

Package Version Patches format
php-doctrine-dbal 4.2.3+dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Modernize PHPUnit syntax.patch | (download)

tests/Functional/Driver/AbstractDriverTestCase.php | 14 14 + 0 - 0 !
tests/Functional/Platform/RenameColumnTest.php | 4 2 + 2 - 0 !
tests/Functional/Schema/SchemaManagerTest.php | 5 3 + 2 - 0 !
tests/Functional/StatementTest.php | 3 3 + 0 - 0 !
4 files changed, 22 insertions(+), 4 deletions(-)

 modernize phpunit syntax


0002 Don t run testFetchLongBlob.patch | (download)

tests/Functional/StatementTest.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 =?utf-8?q?don=e2=80=99t_run_testfetchlongblob?=
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

This test cant run with PHPUnit 12 as is, and is already failing under
i386 on some conditions.

Debian-Bug: https://bugs.debian.org/1103085

0003 RequiresPhpunit 11.5.18 for new failing tests.patch | (download)

tests/Functional/AutoIncrementColumnTest.php | 3 3 + 0 - 0 !
tests/Functional/Connection/ConnectionLostTest.php | 2 2 + 0 - 0 !
tests/Functional/Connection/FetchEmptyTest.php | 2 2 + 0 - 0 !
tests/Functional/Connection/FetchTest.php | 2 2 + 0 - 0 !
tests/Functional/DataAccessTest.php | 2 2 + 0 - 0 !
tests/Functional/FetchBooleanTest.php | 2 2 + 0 - 0 !
tests/Functional/ForeignKeyConstraintViolationsTest.php | 2 2 + 0 - 0 !
tests/Functional/ForeignKeyExceptionTest.php | 2 2 + 0 - 0 !
tests/Functional/LockMode/NoneTest.php | 2 2 + 0 - 0 !
tests/Functional/ModifyLimitQueryTest.php | 11 11 + 0 - 0 !
tests/Functional/NamedParametersTest.php | 2 2 + 0 - 0 !
tests/Functional/Platform/NewPrimaryKeyWithNewAutoIncrementColumnTest.php | 2 2 + 0 - 0 !
tests/Functional/PrimaryReadReplicaConnectionTest.php | 2 2 + 0 - 0 !
tests/Functional/Query/QueryBuilderTest.php | 2 2 + 0 - 0 !
tests/Functional/ResultMetadataTest.php | 2 2 + 0 - 0 !
tests/Functional/Schema/ColumnCommentTest.php | 2 2 + 0 - 0 !
tests/Functional/Schema/ComparatorTest.php | 2 2 + 0 - 0 !
tests/Functional/Schema/Db2SchemaManagerTest.php | 2 2 + 0 - 0 !
tests/Functional/Schema/DefaultValueTest.php | 2 2 + 0 - 0 !
tests/Functional/Schema/MySQL/ComparatorTest.php | 2 2 + 0 - 0 !
tests/Functional/Schema/MySQL/JsonCollationTest.php | 2 2 + 0 - 0 !
tests/Functional/Schema/MySQLSchemaManagerTest.php | 2 2 + 0 - 0 !
tests/Functional/Schema/Oracle/ComparatorTest.php | 2 2 + 0 - 0 !
tests/Functional/Schema/OracleSchemaManagerTest.php | 2 2 + 0 - 0 !
tests/Functional/Schema/PostgreSQL/ComparatorTest.php | 2 2 + 0 - 0 !
tests/Functional/Schema/PostgreSQLSchemaManagerTest.php | 2 2 + 0 - 0 !
tests/Functional/Schema/SQLServerSchemaManagerTest.php | 2 2 + 0 - 0 !
tests/Functional/Schema/SQLite/ComparatorTest.php | 2 2 + 0 - 0 !
tests/Functional/Schema/SQLiteSchemaManagerTest.php | 2 2 + 0 - 0 !
tests/Functional/Schema/SchemaManagerTest.php | 2 2 + 0 - 0 !
tests/Functional/StatementTest.php | 12 11 + 1 - 0 !
tests/Functional/Ticket/DBAL202Test.php | 2 2 + 0 - 0 !
tests/Functional/Ticket/DBAL510Test.php | 2 2 + 0 - 0 !
tests/Functional/Ticket/DBAL752Test.php | 2 2 + 0 - 0 !
tests/Functional/TypeConversionTest.php | 2 2 + 0 - 0 !
tests/Functional/Types/AsciiStringTest.php | 2 2 + 0 - 0 !
tests/Functional/Types/EnumTypeTest.php | 5 5 + 0 - 0 !
tests/Functional/Types/GuidTest.php | 2 2 + 0 - 0 !
tests/Functional/Types/JsonTest.php | 2 2 + 0 - 0 !
tests/Functional/UniqueConstraintViolationsTest.php | 2 2 + 0 - 0 !
tests/Functional/WriteTest.php | 2 2 + 0 - 0 !
41 files changed, 104 insertions(+), 1 deletion(-)

 requiresphpunit('< 11.5.18') for new failing tests