mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.2'
* PHP-8.2: Fix GH-9971: Incorrect NUMERIC value returned from PDO_Firebird
This commit is contained in:
commit
7402d90902
1 changed files with 2 additions and 0 deletions
|
@ -385,6 +385,8 @@ static int firebird_stmt_get_col(
|
|||
case SQL_INT64:
|
||||
n = *(ISC_INT64*)var->sqldata;
|
||||
break;
|
||||
case SQL_DOUBLE:
|
||||
break;
|
||||
EMPTY_SWITCH_DEFAULT_CASE()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue