ID: 21703 User updated by: [EMAIL PROTECTED] -Summary: Float fields after first row trucate to integer Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Sybase-ct (ctlib) related Operating System: Linux PHP Version: 4.3.0 New Comment:
If the database has a float or double value, and you select a number of rows, the first row's value is returned correctly as a double, but subsequent rows' values are returned truncated and converted to integer. This may be the same bug reported in "suspended" report # 21047. I think the problem is in sybase_ct/php_sybase_ct.c in the function php_sybase_fetch_result_row(). On line 1062 you will find a second statement on the line: result->numerics[j]= 1; Which seems to set the field type back to integer after processing the first row. Previous Comments: ------------------------------------------------------------------------ [2003-01-16 20:21:20] [EMAIL PROTECTED] If the database has a float or double value, and you select a number of rows, the first row's value is returned correctly as a double, but subsequent rows' values are returned truncated and converted to integer. This may be the same bug reported in "suspended" report # 21047. I think the problem is in ext/sybase_ct/php_sybase_ct.c in the function php_sybase_fetch_result_row(). On line 1062 you will find a second statement on the line: result->numerics[j]= 1; Which seems to set the field type back to integer after processing the first row. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21703&edit=1