Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.11.5

Request #3944 Informix Autoincrement
Submitted: 2005-03-24 15:50 UTC
From: jsoto at sitrack dot com Assigned: alan_k
Status: Closed Package: DB_DataObject
PHP Version: Irrelevant OS: Linux
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 29 - 17 = ?

 
 [2005-03-24 15:50 UTC] jsoto at sitrack dot com
Description: ------------ Db_DataObject 1.7.13 in line 985: ------------------ Code --------------------- case 'ifx': $this->$key = array_shift (ifx_fetch_row (ifx_query("select DBINFO('sqlca.sqlerrd1') FROM systables where tabid=1", $_DB_DATAOBJECT['CONNECTIONS'][$this->_database_dsn_md5]->connection, IFX_SCROLL), "FIRST")); break; --------------------------------------------- in line 1915: ------------------ Code --------------------- if ( in_array($dbtype , array( 'mysql', 'mysqli', 'mssql', 'ifx')) && --------------------------------------------- Thanks in advance!

Comments

 [2005-04-20 07:38 UTC] alan_k
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better.