<?xml version="1.0"?>
<?xml-stylesheet
href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/search.php">
    <title>PEAR Bug Search Results</title>
    <link>http://pear.php.net/bugs/search.php?cmd=display&amp;package_name%5B0%5D=MDB2_Driver_odbc</link>
    <description>Search Results</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bug/21147" />

     </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://pear.php.net/gifs/pearsmall.gif">
    <title>PEAR Bugs</title>
    <url>http://pear.php.net/gifs/pearsmall.gif</url>
    <link>http://pear.php.net/bugs</link>
  </image>

    <item rdf:about="http://pear.php.net/bug/21147">
      <title>MDB2_Driver_odbc: Bug 21147 [Open] function errorInfo uses MSSQLisms</title>
      <link>http://pear.php.net/bugs/21147</link>
      <content:encoded><![CDATA[<pre>MDB2_Driver_odbc Bug
Reported by christian_gfk
2016-11-08T11:51:32+00:00
PHP: Irrelevant OS: RHEL 6.6 Package Version: 0.2.0

Description:
------------
The function to get error information uses a feature specific to Microsoft 
SQL Server: &quot;SELECT @@ERROR&quot;.
This is not supported on other RDBMS, and leads to every session run 
through MDB2_driver_odbc to eventually run into an error because &quot;SELECT 
@@ERROR&quot; is not a valid SQL statement for them.

Expected result:
----------------
I don't know if a more generic solution exists (is PHP's odbc_error() 
appropriate? odbc_errormsg() is already being used). If one is available, it 
should be used instead. Otherwise the implicit &quot;SELECT @@ERROR&quot; 
statement should be removed.</pre>]]></content:encoded>
      <description><![CDATA[<pre>MDB2_Driver_odbc Bug
Reported by christian_gfk
2016-11-08T11:51:32+00:00
PHP: Irrelevant OS: RHEL 6.6 Package Version: 0.2.0

Description:
------------
The function to get error information uses a feature specific to Microsoft 
SQL Server: &quot;SELECT @@ERROR&quot;.
This is not supported on other RDBMS, and leads to every session run 
through MDB2_driver_odbc to eventually run into an error because &quot;SELECT 
@@ERROR&quot; is not a valid SQL statement for them.

Expected result:
----------------
I don't know if a more generic solution exists (is PHP's odbc_error() 
appropriate? odbc_errormsg() is already being used). If one is available, it 
should be used instead. Otherwise the implicit &quot;SELECT @@ERROR&quot; 
statement should be removed.</pre>]]></description>
      <dc:date>2016-11-08T11:51:32+00:00</dc:date>
      <dc:creator>christian &amp;#x64;&amp;#111;&amp;#x74; wiese &amp;#x61;&amp;#116; gfk &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>MDB2_Driver_odbc Bug</dc:subject>
    </item>
</rdf:RDF>
