<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0b5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0b4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0b3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0b2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0b1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0a2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0a1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_ibase/download/1.4.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_ibase/download/1.4.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_ibase/download/1.3.0/"/>
</rdf:Seq>
</items>

<title>Latest releases of mdb2_driver_ibase</title>
<description>The latest releases for the package mdb2_driver_ibase</description>
</channel>

<item rdf:about="http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0b5/">
 <title>MDB2_Driver_ibase 1.5.0b5</title>
 <link>http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0b5/</link>
 <content:encoded>* Implement Feature #18396: Interbase file extensions are .IB now
 </content:encoded>
 <dc:date>2012-10-29T15:42:41-05:00</dc:date>
 <dc:publisher>danielc</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0b4/">
 <title>MDB2_Driver_ibase 1.5.0b4</title>
 <link>http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0b4/</link>
 <content:encoded>- PEAR::isError() -&gt; MDB2::isError(), Bug #19491.&lt;br /&gt;
- PEAR::loadExtension() -&gt; extension_loaded(), Bug #19583.&lt;br /&gt;
- Added supporting quite identifier(backward compatible)&lt;br /&gt;
- Fix Bug #19262. Updates conditional stagements to use logical operators to include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197.&lt;br /&gt;
- Bug #17094 NULL character is not escaped&lt;br /&gt;
- Have alterTable() return MDB2_OK on success, as documented (bug 19200)&lt;br /&gt;
- Have dropTable() return MDB2_OK on success, as documented (bug 19199)&lt;br /&gt;
- Have createIndex() return MDB2_OK on success, as documented (bug 19195)&lt;br /&gt;
- Have createConstraint() return MDB2_OK on success, as documented (bug 19193)&lt;br /&gt;
- Have createSequence() return MDB2_OK on success, as documented (bug 19192)&lt;br /&gt;
- Have dropSequence() return MDB2_OK on success, as documented (bug 19191).&lt;br /&gt;
- Make setOption('result_wrap_class') actually useful by changing the default value of $result_wrap_class parameters from false to true.&lt;br /&gt;
- FETCHMODE constants are NOT bitwise.&lt;br /&gt;
- fixed bug #18203: Type introspection breaks with associative arrays if names are identical (patch by Peter Bex)
 </content:encoded>
 <dc:date>2012-10-23T19:14:57-05:00</dc:date>
 <dc:publisher>danielc</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0b3/">
 <title>MDB2_Driver_ibase 1.5.0b3</title>
 <link>http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0b3/</link>
 <content:encoded>- fixed regression in lastInserID()&lt;br /&gt;
- fixed bug #15971: typo in standaloneQuery() [elpaso]&lt;br /&gt;
- fixed bug #16350: typo in setTransactionIsolation() [nilya]&lt;br /&gt;
- fixed bug #16741: Manager::listTableIndexes and listTableContraints should check NULL or 0 [nilya]&lt;br /&gt;
- fixed bug #17676: use connection resource when fetching LOBs [renskiy]
 </content:encoded>
 <dc:date>2010-08-29T12:28:11-05:00</dc:date>
 <dc:publisher>quipo</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0b2/">
 <title>MDB2_Driver_ibase 1.5.0b2</title>
 <link>http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0b2/</link>
 <content:encoded>- fixed bug #12117: disconnect() does not work as documented&lt;br /&gt;
- request #14639: automatically fetch CLOBs when retrieved with 'text' data type&lt;br /&gt;
- getTableFieldDefinition() now returns the charset and collation of the field, if defined
 </content:encoded>
 <dc:date>2009-01-14T12:25:17-05:00</dc:date>
 <dc:publisher>quipo</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0b1/">
 <title>MDB2_Driver_ibase 1.5.0b1</title>
 <link>http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0b1/</link>
 <content:encoded>- request #12731: added truncateTable() in the Manager module&lt;br /&gt;
- request #12732: added vacuum() in the Manager module for OPTIMIZE/VACUUM TABLE abstraction&lt;br /&gt;
- fixed bug #12924: correctly handle internal expected errors even with custom error handling&lt;br /&gt;
- fixed bug #12948: removed setCharset(), since &quot;SET NAMES&quot; is only supported in ISQL&lt;br /&gt;
- fixed bug #12958: support multi autoincrement fields in _makeAutoincrement() [patch by Ali Fazelzade]&lt;br /&gt;
- fixed listSequences() and listFunctions() in the Manager module with Firebird 2.x&lt;br /&gt;
- fixed getServerVersion() with Firebird 2.x&lt;br /&gt;
- feature #12962: in getServerVersion(), fallback to the username/password of the&lt;br /&gt;
  connected user if DBA_username/DBA_password options are not provided [thanks to Ali Fazelzade]&lt;br /&gt;
- added standaloneQuery() and databaseExists()&lt;br /&gt;
- added length() function in the Function module (use STRLEN in the std UDF functions)
 </content:encoded>
 <dc:date>2008-03-15T04:28:02-05:00</dc:date>
 <dc:publisher>quipo</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0a2/">
 <title>MDB2_Driver_ibase 1.5.0a2</title>
 <link>http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0a2/</link>
 <content:encoded>- added missing parentheses in query in listTableTriggers() in the Manager module
 </content:encoded>
 <dc:date>2007-12-06T15:15:31-05:00</dc:date>
 <dc:publisher>quipo</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0a1/">
 <title>MDB2_Driver_ibase 1.5.0a1</title>
 <link>http://pear.php.net/package/MDB2_Driver_ibase/download/1.5.0a1/</link>
 <content:encoded>- initial support for FOREIGN KEY and CHECK constraints in the Reverse and Manager modules&lt;br /&gt;
- fixed bug #11428: propagate quote() errors with invalid data types&lt;br /&gt;
- fixed bug #11790: avoid array_diff() because it has a memory leak in PHP 5.1.x&lt;br /&gt;
- fixed some E_STRICT errors with PHP5&lt;br /&gt;
- fixed bug #12083: createTable() in the Manager module now returns MDB2_OK on success,&lt;br /&gt;
  as documented
 </content:encoded>
 <dc:date>2007-10-28T15:26:26-05:00</dc:date>
 <dc:publisher>quipo</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_ibase/download/1.4.1/">
 <title>MDB2_Driver_ibase 1.4.1</title>
 <link>http://pear.php.net/package/MDB2_Driver_ibase/download/1.4.1/</link>
 <content:encoded>- return length as &quot;precision,scale&quot; for NUMERIC and DECIMAL fields in mapNativeDatatype()&lt;br /&gt;
- in getTableIndexDefinition() and getTableConstraintDefinition() in the Reverse&lt;br /&gt;
  module, also return the field position in the index/constraint&lt;br /&gt;
- fixed failed connection when DSN is passed as an uppercase string (db file&lt;br /&gt;
  extension appended twice)&lt;br /&gt;
- fixed array key case issue with resultset in getTableIndexDefinition() in the&lt;br /&gt;
  Reverse module
 </content:encoded>
 <dc:date>2007-05-03T14:55:32-05:00</dc:date>
 <dc:publisher>quipo</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_ibase/download/1.4.0/">
 <title>MDB2_Driver_ibase 1.4.0</title>
 <link>http://pear.php.net/package/MDB2_Driver_ibase/download/1.4.0/</link>
 <content:encoded>- propagate errors in getTableFieldDefinition() in the Reverse module&lt;br /&gt;
- fixed getTriggerDefinition() in the Reverse module [experimental]&lt;br /&gt;
- fixed listTableTriggers() in the Manager module&lt;br /&gt;
- added support for the -902 (feature is not supported) error code&lt;br /&gt;
  (thanks to Adam Harvey)&lt;br /&gt;
- fixed bug #9943: MDB2_Driver_ibase install failing because wrong&lt;br /&gt;
  extension name (ibase instead of interbase)&lt;br /&gt;
- implemented a fallback mechanism within getTableIndexDefinition() and&lt;br /&gt;
  getTableConstraintDefinition() in the Reverse module to ignore the 'idxname_format'&lt;br /&gt;
  option and use the index name as provided in case of failure before returning&lt;br /&gt;
  an error&lt;br /&gt;
- added a 'nativetype_map_callback' option to map native data declarations back to&lt;br /&gt;
  custom data types (thanks to Andrew Hill).&lt;br /&gt;
- listFunctions() in the Manager module now lists UDFs and stored procedures&lt;br /&gt;
- phpdoc fixes
 </content:encoded>
 <dc:date>2007-03-13T16:54:07-05:00</dc:date>
 <dc:publisher>quipo</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_ibase/download/1.3.0/">
 <title>MDB2_Driver_ibase 1.3.0</title>
 <link>http://pear.php.net/package/MDB2_Driver_ibase/download/1.3.0/</link>
 <content:encoded>- added charset and collation support to field declaration&lt;br /&gt;
- fixed bug #9024: typo in currID() error checking&lt;br /&gt;
- added lastInsertID() method (reads global current value instead of connection level)&lt;br /&gt;
- fixed inheritance structure of convertResult()&lt;br /&gt;
- added support for new 'disable_iso_date' date DSN option (Request #8739)&lt;br /&gt;
- removed spurious 4th parameter of getDeclaration()&lt;br /&gt;
- fix typos in error handling in a few places (bug #9024)&lt;br /&gt;
- added support for getting the table name in tableInfo()&lt;br /&gt;
- migrated to package.xml version 2
 </content:encoded>
 <dc:date>2006-11-03T10:21:36-05:00</dc:date>
 <dc:publisher>quipo</dc:publisher>
</item>

</rdf:RDF>