<?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_mssql/download/1.5.0b4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_mssql/download/1.5.0b3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0b2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0b1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0a2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0a1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_mssql/download/1.2.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_mssql/download/1.2.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_mssql/download/1.1.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/MDB2_Driver_mssql/download/1.1.1/"/>
</rdf:Seq>
</items>

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

<item rdf:about="http://pear.php.net/package/MDB2_Driver_mssql/download/1.5.0b4/">
 <title>MDB2_Driver_mssql 1.5.0b4</title>
 <link>http://pear.php.net/package/MDB2_Driver_mssql/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;
- Fixed boolean type conversion for non-boolean types&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;
- Have truncateTable() return MDB2_OK on success, as documented (bug 19201)&lt;br /&gt;
- Have dropIndex() return MDB2_OK on success, as documented (bug 19198)&lt;br /&gt;
- Have vacuum() return MDB2_OK on success, as documented (bug 19196)&lt;br /&gt;
- Have dropSequence() return MDB2_OK on success, as documented (bug 19191).&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)&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- explore fast limit/offset emulation (Request #4544)
 </content:encoded>
 <dc:date>2012-10-23T19:15:17-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_mssql/download/1.5.0b3/">
 <title>MDB2_Driver_mssql 1.5.0b3</title>
 <link>http://pear.php.net/package/MDB2_Driver_mssql/download/1.5.0b3/</link>
 <content:encoded>- Fixed bug #16612: Added the timestamp database attribute [genericbob]&lt;br /&gt;
- fixed bug #16118: escape doesn't take into account trailing backslashes [urkle]&lt;br /&gt;
- request #16903: Add ability to use ODBTP extension [hedroom]&lt;br /&gt;
- fixed numRows() with setLimit()&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- explore fast limit/offset emulation (Request #4544)
 </content:encoded>
 <dc:date>2010-08-29T12:29:15-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0b2/">
 <title>MDB2_Driver_mssql 1.3.0b2</title>
 <link>http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0b2/</link>
 <content:encoded>- fixed bug #11571: when using setLimit(), numRows() returns wrong values&lt;br /&gt;
- fixed bug #12117: disconnect() does not work as documented&lt;br /&gt;
- fixed bug #14019: MDB2 is not aware of MS-SQL 'smalldatetime' type&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- explore fast limit/offset emulation (Request #4544)
 </content:encoded>
 <dc:date>2009-01-14T12:25:28-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0b1/">
 <title>MDB2_Driver_mssql 1.3.0b1</title>
 <link>http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0b1/</link>
 <content:encoded>- fixed bug #12391: fixed lastInsertID() (thanks to Marius Toma)&lt;br /&gt;
- fixed bug #12599: BLOB quoting incorrect (thanks to Ferdy Hanssen)&lt;br /&gt;
- fixed bug #12697: MDB2_Driver_mssql fails to load with the sybase_ct extension&lt;br /&gt;
- 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;
- request #12800: added alterDatabase() in the Manager module [afz]&lt;br /&gt;
- fixed bug #12924: correctly handle internal expected errors even with custom error handling&lt;br /&gt;
- extended alterTable() support in the Manager module [afz]&lt;br /&gt;
- added standaloneQuery() and databaseExists()&lt;br /&gt;
- request #13106: added unixtimestamp() in the Function module&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- explore fast limit/offset emulation (Request #4544)
 </content:encoded>
 <dc:date>2008-03-15T04:28:17-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0a2/">
 <title>MDB2_Driver_mssql 1.3.0a2</title>
 <link>http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0a2/</link>
 <content:encoded>- fixed bug #11571: when using setLimit(), numRows() returns wrong values&lt;br /&gt;
- request #12012: added collation support in createDatabase() and in createTable()&lt;br /&gt;
  for table fields&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- explore fast limit/offset emulation (Request #4544)
 </content:encoded>
 <dc:date>2007-12-06T15:15:45-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0a1/">
 <title>MDB2_Driver_mssql 1.3.0a1</title>
 <link>http://pear.php.net/package/MDB2_Driver_mssql/download/1.3.0a1/</link>
 <content:encoded>- initial support for FOREIGN KEY and CHECK constraints in the Reverse and Manager modules&lt;br /&gt;
- fixed bug #9735, #11175, #11228: two instances fail to keep different databases selected&lt;br /&gt;
- request #11297: added support for &quot;schema.table&quot; notation in the Reverse module&lt;br /&gt;
- request #11445: added support for unicode datatypes (nchar, nvarchar, ntext)&lt;br /&gt;
- fixed bug #11479: wrong query in nextID()&lt;br /&gt;
- fixed bug #11790: avoid array_diff() because it has a memory leak in PHP 5.1.x&lt;br /&gt;
- request #11797: don't use mssql_field_name() in listTableFields() in the Manager module&lt;br /&gt;
  since it only returns the first 30 chars&lt;br /&gt;
- fixed bug #12010: MDB2_PORTABILITY_RTRIM option was ignored&lt;br /&gt;
- fixed bug #12083: createTable() in the Manager module now returns MDB2_OK on success,&lt;br /&gt;
  as documented&lt;br /&gt;
- fixed bug #12269: tableInfo() in the Reverse module detect 'clob' data type&lt;br /&gt;
  as first option&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- explore fast limit/offset emulation (Request #4544)
 </content:encoded>
 <dc:date>2007-10-28T15:26:44-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_mssql/download/1.2.1/">
 <title>MDB2_Driver_mssql 1.2.1</title>
 <link>http://pear.php.net/package/MDB2_Driver_mssql/download/1.2.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;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- explore fast limit/offset emulation (Request #4544)
 </content:encoded>
 <dc:date>2007-05-03T15:31:49-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_mssql/download/1.2.0/">
 <title>MDB2_Driver_mssql 1.2.0</title>
 <link>http://pear.php.net/package/MDB2_Driver_mssql/download/1.2.0/</link>
 <content:encoded>- added ability to escape wildcard characters in escape() and quote()&lt;br /&gt;
- added setTransactionIsolation()&lt;br /&gt;
- added savepoint support to beginTransaction(), commit() and rollback()&lt;br /&gt;
- added debug() call at the end of a query/prepare/execute calling (Request #7933)&lt;br /&gt;
- added context array parameter to debug() and make use of it whereever sensible&lt;br /&gt;
- added optional method name parameter to raiseError() and use whereever possible&lt;br /&gt;
- added ability to escape wildcard characters in escape() and quote()&lt;br /&gt;
- added debug() call at the end of a query/prepare/execute calling (Request #7933)&lt;br /&gt;
- added 'nativetype' output to tableInfo() and getTableFieldDefinition()&lt;br /&gt;
- added 'mdb2type' output to getTableFieldDefinition()&lt;br /&gt;
- reworked tableInfo() to use a common implementation based on getTableFieldDefinition()&lt;br /&gt;
  when a table name is passed (Bug #8124)&lt;br /&gt;
- fixed incorrect regex in mapNativeDatatype() (Bug #8256) (thx ioz at ionosfera dot com)&lt;br /&gt;
- use old DSN when rolling back open transactions in disconnect()&lt;br /&gt;
- MSSQL requires making columns exlicitly NULLable (Bug #8359)&lt;br /&gt;
- do not list empty contraints and indexes&lt;br /&gt;
- added support for autoincrement via IDENTITY in getDeclaration()&lt;br /&gt;
- ALTER TABLE bug when adding more than 1 column (Bug #8373)&lt;br /&gt;
- fixed handling return values when disable_query is set in _doQuery() and _execute()&lt;br /&gt;
- added dropIndex() to the manager module&lt;br /&gt;
- increased MDB2 dependency to XXX&lt;br /&gt;
- renamed valid_types property to valid_default_values in the Datatype module&lt;br /&gt;
- increased PHP dependency due to bug #31195&lt;br /&gt;
- using 'ADD COLUMN' syntax instead of just 'ADD' in alterTable()&lt;br /&gt;
- fixed bug #9024: typo in error checking&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;
- fix typos in error handling in a few places (bug #9024)&lt;br /&gt;
- do not skip id generation in nextId() when creating a sequence on demand&lt;br /&gt;
  because this prevents lastInsertID() from working&lt;br /&gt;
- added support for more error codes (patch by Adam Harvey)&lt;br /&gt;
- migrated to package.xml version 2&lt;br /&gt;
- implemented getTableFieldDefinition() in the Reverse module&lt;br /&gt;
- implemented getTableIndexDefinition() in the Reverse module&lt;br /&gt;
- implemented getTableConstraintDefinition() in the Reverse module&lt;br /&gt;
- implemented getTriggerDefinition() in the Reverse module&lt;br /&gt;
- implemented listTableConstraints() in the Manager module&lt;br /&gt;
- implemented listFunctions() in the Manager module&lt;br /&gt;
- implemented listDatabases() in the Manager module&lt;br /&gt;
- implemented listUsers() in the Manager module&lt;br /&gt;
- implemented guid() in the Function module [globally unique identifier]&lt;br /&gt;
- implemented a fallback mechanism within getTableIndexDefinition() in the Reverse&lt;br /&gt;
  module to ignore the 'idxname_format' option and use the index name as provided&lt;br /&gt;
  in case of failure before returning 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;
- added missing integer data types and their length in _mapNativeDatatype()&lt;br /&gt;
- phpdoc fixes&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- explore fast limit/offset emulation (Request #4544)
 </content:encoded>
 <dc:date>2007-03-14T08:19:31-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_mssql/download/1.1.2/">
 <title>MDB2_Driver_mssql 1.1.2</title>
 <link>http://pear.php.net/package/MDB2_Driver_mssql/download/1.1.2/</link>
 <content:encoded>- removed mysql_select_db and used mssql_select_db&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- explore fast limit/offset emulation (Request #4544)
 </content:encoded>
 <dc:date>2007-01-10T14:22:16-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/MDB2_Driver_mssql/download/1.1.1/">
 <title>MDB2_Driver_mssql 1.1.1</title>
 <link>http://pear.php.net/package/MDB2_Driver_mssql/download/1.1.1/</link>
 <content:encoded>- Quotes being escaped when autoExecute (Bug #9442)&lt;br /&gt;
- fread() truncates after execute() ? (Bug #9410)&lt;br /&gt;
- LimitQuery now compatible with DISTINCT (Bug #8206)&lt;br /&gt;
- Now using @@IDENTITY (Bug #7291)&lt;br /&gt;
- Implementation of mapNativeDatatype()&lt;br /&gt;
- Limit query now working&lt;br /&gt;
- Execute syntax changed in sql server 2005&lt;br /&gt;
- Added more relevant sql server 2005 error codes&lt;br /&gt;
&lt;br /&gt;
open todo items:&lt;br /&gt;
- fix sequence emulation soon&lt;br /&gt;
- explore fast limit/offset emulation (Request #4544)
 </content:encoded>
 <dc:date>2007-01-09T11:12:41-05:00</dc:date>
</item>

</rdf:RDF>