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 d670ee7 commit c176f3dCopy full SHA for c176f3d
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
+ a float instead of a string.
706
707
- PGSQL:
708
. pg_select, the conditions arguments accepts an empty array and is optional.
0 commit comments