We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d02d1 commit b5c378cCopy full SHA for b5c378c
UPGRADING
@@ -701,6 +701,8 @@ PHP 8.4 UPGRADE NOTES
701
- PDO_PGSQL:
702
. getAttribute() can now retrieve the memory usage of query results.
703
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.
706
707
- PGSQL:
708
. pg_select, the conditions arguments accepts an empty array and is optional.
0 commit comments