<!-- 
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Tue May 21 13:14:47 UTC 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://www.doctrine-project.org/jira/si/jira.issueviews:issue-xml/DBAL-35/DBAL-35.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Doctrine Project</title>
    <link>http://www.doctrine-project.org/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>5.2.7</version>
        <build-number>850</build-number>
        <build-date>21-02-2013</build-date>
    </build-info>

<item>
            <title>[DBAL-35] PDO_Sqlsrv bug in _constructPdoDsn()</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-35</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;When connection to mssql server with pdo_sqlsrv driver you get:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-none&quot;&gt; 
[PDOException]
SQLSTATE[IMSSP]: The DSN string ended unexpectedly.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Sample $connectionOptions:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-none&quot;&gt;$connectionOptions = array(
    &apos;dbname&apos; =&amp;gt; &apos;AdventureWorks&apos;,
    &apos;user&apos; =&amp;gt; &apos;sa&apos;,
    &apos;password&apos; =&amp;gt; &apos;sa_password&apos;,
    &apos;host&apos; =&amp;gt; &apos;local&apos;,
    &apos;driver&apos; =&amp;gt; &apos;pdo_sqlsrv&apos;
);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Error is in &lt;b&gt;Doctrine\DBAL\Driver\PDOSqlsrv\Driver&lt;/b&gt; in function &lt;b&gt;_constructPdoDsn(array $params)&lt;/b&gt;.&lt;br/&gt;
On &lt;b&gt;line 53&lt;/b&gt; dsn starts with &lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-none&quot;&gt;$dsn = &apos;sqlsrv:(&apos;;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;instead of &lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-none&quot;&gt;$dsn = &apos;sqlsrv:server=(&apos;;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;as written in offical Microsoft help which come with SQL Server Driver For PHP v2.&lt;/p&gt;</description>
                <environment>Windows 7, Zend Server CE, Sql Server driver for PHP v2</environment>
            <key id="11665">DBAL-35</key>
            <summary>PDO_Sqlsrv bug in _constructPdoDsn()</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/blocker.png">Blocker</priority>
                    <status id="5" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                                <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="bostjan">Bostjan Oblak</reporter>
                        <labels>
                    </labels>
                <created>Wed, 21 Jul 2010 16:03:33 +0000</created>
                <updated>Tue, 31 Aug 2010 17:51:58 +0000</updated>
                    <resolved>Tue, 31 Aug 2010 17:51:58 +0000</resolved>
                            <version>2.0.0-BETA2</version>
                                <fixVersion>2.0.0-BETA4</fixVersion>
                                <component>Drivers</component>
                        <due></due>
                    <votes>1</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="13650" author="beberlei" created="Wed, 21 Jul 2010 17:19:41 +0000"  >&lt;p&gt;@Juozas can you evaluate this and possibly apply a fix?&lt;/p&gt;</comment>
                    <comment id="14203" author="beberlei" created="Tue, 31 Aug 2010 17:51:58 +0000"  >&lt;p&gt;Fixed&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>