ID: 21703
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Closed
Bug Type: Sybase-ct (ctlib) related
Operating System: Linux
PHP Version: 4.3.0
New Comment:
Never mind (and sorry for the double post), I see this has already been
fixed in CVS. Thanks!
Previous Comments:
------------------------------------------------------------------------
[2003-01-17 13:28:58] [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 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.
------------------------------------------------------------------------
[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