mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Do not 'convert' double columns to integers after the 1st row in the result
set.
This commit is contained in:
parent
48f2ad4703
commit
c4088ce25b
1 changed files with 1 additions and 1 deletions
|
@ -1059,7 +1059,7 @@ static int php_sybase_fetch_result_row (sybase_result *result, int numrows)
|
|||
convert_to_long(&result->data[i][j]);
|
||||
break;
|
||||
case 2:
|
||||
convert_to_double(&result->data[i][j]); result->numerics[j]= 1;
|
||||
convert_to_double(&result->data[i][j]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue