Home » Database » DB_DataObject » Bug #3944
Informix Autoincrement
Details
| 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) |
Comments
[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!