Skip to content

Commit cbac599

Browse files
authored
doctrine-dbal: cover all EntityManagerInterface query methods (#173)
1 parent e65b123 commit cbac599

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

config/dba.neon

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ services:
1111
- 'Doctrine\DBAL\Connection::executeQuery'
1212
- 'Doctrine\DBAL\Connection::executeCacheQuery'
1313
- 'Doctrine\DBAL\Connection::executeStatement'
14+
- 'Doctrine\DBAL\Connection::fetchAssociative'
15+
- 'Doctrine\DBAL\Connection::fetchNumeric'
16+
- 'Doctrine\DBAL\Connection::fetchOne'
17+
- 'Doctrine\DBAL\Connection::fetchAllNumeric'
18+
- 'Doctrine\DBAL\Connection::fetchAllAssociative'
19+
- 'Doctrine\DBAL\Connection::fetchAllKeyValue'
20+
- 'Doctrine\DBAL\Connection::fetchAllAssociativeIndexed'
21+
- 'Doctrine\DBAL\Connection::fetchFirstColumn'
22+
- 'Doctrine\DBAL\Connection::iterateNumeric'
23+
- 'Doctrine\DBAL\Connection::iterateAssociative'
24+
- 'Doctrine\DBAL\Connection::iterateKeyValue'
25+
- 'Doctrine\DBAL\Connection::iterateAssociativeIndexed'
26+
- 'Doctrine\DBAL\Connection::iterateColumn'
1427
- 'Doctrine\DBAL\Connection::executeUpdate' # deprecated in doctrine
1528

1629
-

0 commit comments

Comments
 (0)