Details
-
Type:
Documentation
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.2.3
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:MAMP
Description
This page:
http://www.doctrine-project.org/projects/orm/1.2/docs/manual/introduction-to-connections/en
states the DSN can either be provided as an associative array or as a string, but it's not true, specially if you're doing lazy connection, because this type of connection only accepts doctrine dsn style and it doesn't seem to know how to handle unix socket type connections (is it correct?).
I would suggest the manual clarify that lazy connection will only accept string type dsn and also will not accept socket connections.
Related links:
http://groups.google.com/group/doctrine-user/browse_thread/thread/1eecb07a2f6df447/3e74857c3a076939?lnk=gst&q=dsn#3e74857c3a076939
http://www.doctrine-project.org/jira/browse/DC-647