Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Invalid
-
Affects Version/s: 2.0.0-BETA4
-
Fix Version/s: None
-
Component/s: Drivers
-
Labels:None
-
Environment:Windows, Sql Server 2008, Sql server drivers for PHP v2
Description
When construstring DSN in Doctrine\DBAL\Driver\PDOSqlsrv\Driver it should add selection of database in DSN.
So for example DSN will look like:
$dsn ="sqlsrv:Server=(local) ; Database = AdventureWorks ";
As writen in chm manual which come with Sql server drivers for PHP v2
Activity
Bostjan Oblak
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Affects Version/s | 2.0.0-BETA4 [ 10071 ] | |
| Affects Version/s | 2.0.0-BETA2 [ 10062 ] | |
| Issue Type | New Feature [ 2 ] | Bug [ 1 ] |
| Priority | Minor [ 4 ] | Blocker [ 1 ] |
Benjamin Eberlei
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Invalid [ 6 ] |
Benjamin Eberlei
made changes -
| Workflow | jira [ 11666 ] | jira-feedback2 [ 17653 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback2 [ 17653 ] | jira-feedback3 [ 20008 ] |
This list may be incomplete, as errors occurred whilst retrieving source from linked applications:
- Request to http://www.doctrine-project.org/fisheye/ failed: Error in remote call to 'FishEye 0 (http://www.doctrine-project.org/fisheye/)' (http://www.doctrine-project.org/fisheye) [AbstractRestCommand{path='/rest-service-fe/search-v1/crossRepositoryQuery', params={query=DBAL-36, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)
I changed this Issue to Bug and give it priority of blocker, since with final relase of Sql Server Driver 2 for PHP it's not working correctly.
Solution can be found on my blog: http://bostjan.muha.cc/2010/08/doctrine-2-mssql/