Skip to content

Commit 5420a1a

Browse files
alexander-schranzostrolucky
authored andcommitted
Document that dbname_suffix has no effects on sqlite
1 parent 84f166b commit 5420a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ private function configureDbalDriverNode(ArrayNodeDefinition $node): void
324324
'2.4',
325325
'The "doctrine.dbal.override_url" configuration key is deprecated.',
326326
)->end()
327-
->scalarNode('dbname_suffix')->end()
327+
->scalarNode('dbname_suffix')->info('Adds the given suffix to the configured database name, this option has no effects for the SQLite platform')->end()
328328
->scalarNode('application_name')->end()
329329
->scalarNode('charset')->end()
330330
->scalarNode('path')->end()

0 commit comments

Comments
 (0)