File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -212,14 +212,10 @@ can control. The following configuration options exist for a mapping:
212
212
Doctrine DBAL Configuration
213
213
---------------------------
214
214
215
- .. note::
216
-
217
- DoctrineBundle supports all parameters that default Doctrine drivers
218
- accept, converted to the XML or YAML naming standards that Symfony
219
- enforces. See the Doctrine `DBAL documentation`_ for more information.
220
-
221
- Besides default Doctrine options, there are some Symfony-related ones that you
222
- can configure. The following block shows all possible configuration keys:
215
+ DoctrineBundle supports all parameters that default Doctrine drivers
216
+ accept, converted to the XML or YAML naming standards that Symfony
217
+ enforces. See the Doctrine `DBAL documentation`_ for more information.
218
+ The following block shows all possible configuration keys:
223
219
224
220
.. configuration-block::
225
221
@@ -233,12 +229,15 @@ can configure. The following block shows all possible configuration keys:
233
229
user: user
234
230
password: secret
235
231
driver: pdo_mysql
232
+ # the DBAL driverClass option
236
233
driver_class: MyNamespace\MyDriverImpl
234
+ # the DBAL driverOptions option
237
235
options:
238
236
foo: bar
239
237
path: " %kernel.data_dir%/data.sqlite"
240
238
memory: true
241
239
unix_socket: /tmp/mysql.sock
240
+ # the DBAL wrapperClass option
242
241
wrapper_class: MyDoctrineDbalConnectionWrapper
243
242
charset: UTF8
244
243
logging: " %kernel.debug%"
You can’t perform that action at this time.
0 commit comments