Skip to content

Commit b5c378c

Browse files
authored
[skip ci] Fix GH-15810: Forgotten UPGRADING entry for Pdo_Pgsql::query. (#15811)
ref: GH-12476
1 parent 06d02d1 commit b5c378c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,8 @@ PHP 8.4 UPGRADE NOTES
701701
- PDO_PGSQL:
702702
. getAttribute() can now retrieve the memory usage of query results.
703703
PDO::PGSQL_ATTR_RESULT_MEMORY_SIZE was added for this feature.
704+
. If the column is of FLOAT4OID/FLOAT8OID type, query returns it as a
705+
float instead of a string.
704706

705707
- PGSQL:
706708
. pg_select, the conditions arguments accepts an empty array and is optional.

0 commit comments

Comments
 (0)