DDC-44: Remove the static driver class map in DriverManager. #55

Closed
opened 2026-01-22 12:25:28 +01:00 by admin · 3 comments
Owner

Originally created by @doctrinebot on GitHub (Oct 13, 2009).

Originally assigned to: @jwage on GitHub.

Jira issue originally created by user romanb:

Remove the static driver class map in DriverManager. Users should supply the class names directly instead. This is more flexible and less maintenance.

Originally created by @doctrinebot on GitHub (Oct 13, 2009). Originally assigned to: @jwage on GitHub. Jira issue originally created by user romanb: Remove the static driver class map in DriverManager. Users should supply the class names directly instead. This is more flexible and less maintenance.
admin closed this issue 2026-01-22 12:25:29 +01:00
Author
Owner

@doctrinebot commented on GitHub (Oct 19, 2009):

Comment created by @guilhermeblanco:

I think that's ok to live with mapping array.
We should follow the same way as we do currently for Tasks, Types, etc. Driver is not different. =)

@doctrinebot commented on GitHub (Oct 19, 2009): Comment created by @guilhermeblanco: I think that's ok to live with mapping array. We should follow the same way as we do currently for Tasks, Types, etc. Driver is not different. =)
Author
Owner

@doctrinebot commented on GitHub (Oct 23, 2009):

Comment created by @jwage:

After some discussion we decided things are fine the way they are. It is already possible with the 'driverClass' parameter instead of 'driver'. The driver option checks in the map for the class name and driverClass allows you to just specify your own class name to use.

@doctrinebot commented on GitHub (Oct 23, 2009): Comment created by @jwage: After some discussion we decided things are fine the way they are. It is already possible with the 'driverClass' parameter instead of 'driver'. The driver option checks in the map for the class name and driverClass allows you to just specify your own class name to use.
Author
Owner

@doctrinebot commented on GitHub (Oct 23, 2009):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Oct 23, 2009): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#55