8000 Fixed the way to set the charset to UTF8 for the dbal connection · adrienbrault/symfony-docs@9da1252 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9da1252

Browse files
committed
Fixed the way to set the charset to UTF8 for the dbal connection
1 parent 82d1abe commit 9da1252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/doctrine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Configuration Reference
2727
memory: true
2828
unix_socket: /tmp/mysql.sock
2929
wrapper_class: MyDoctrineDbalConnectionWrapper
30-
charset: UTF-8
30+
charset: UTF8
3131
logging: %kernel.debug%
3232
platform_service: MyOwnDatabasePlatformService
3333
conn1:
@@ -88,7 +88,7 @@ Configuration Reference
8888
memory="true"
8989
unix-socket="/tmp/mysql.sock"
9090
wrapper-class="MyDoctrineDbalConnectionWrapper"
91-
charset="UTF-8"
91+
charset="UTF8"
9292
logging="%kernel.debug%"
9393
platform-service="MyOwnDatabasePlatformService"
9494
/>

0 commit comments

Comments
 (0)
0