mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Either sqlsrv is special or "doctrine: dbal: url:" breaks configurations. #5967
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sluimers on GitHub (May 17, 2018).
Originally assigned to: @Majkl578 on GitHub.
Bug Report
Symfony 4
Summary
the url setting in doctrine: dbal: url: somehow causes an override to the pdo_mysql driver with placeholder values.
Current behavior
It searches for pdo_mysql driver.
How to reproduce
doctrine.yaml
Expected behavior
SQLSTATE [IMSSP, -1]: Invalid option was passed to sqlsrv_connect.
@Majkl578 commented on GitHub (May 19, 2018):
Hi, given the configuration snippet, I assume this happens in Symfony context. Please report this issue to DoctrineBundle repository.
It's not an ORM issue directly.