Closed aivchen closed 4 years ago
Can you try release 6.2.1
instead of 6.3.0
?
Yes, 6.2.1 works perfectly.
Ok thanks for the info. I will try to reproduce this and provide a fix
@Groonya I was able to reproduce it. Can you confirm this fix works?
https://github.com/dmaicher/doctrine-test-bundle/pull/107/files
So fast:) There are no any errors anymore, thanks!
New release tagged: https://github.com/dmaicher/doctrine-test-bundle/releases/tag/v6.3.1
I use DBAL MasterSlaveConnection in my project. After update to 6.3.0 version if
enable_static_connection: true
I get an error:Did not find key "dama.connection_name" inside connection params.
What am I missing?