-
Notifications
You must be signed in to change notification settings - Fork 800
PHP 8.4: pgsql: Add pg_set_chunked_rows_size
, PGSQL_TUPLES_CHUNK
#4117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 8.4: pgsql: Add pg_set_chunked_rows_size
, PGSQL_TUPLES_CHUNK
#4117
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comment, but thank you!
<refsect1 role="returnvalues"> | ||
&reftitle.returnvalues; | ||
<simpara> | ||
Returns &true; on success or &false; on failure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm pretty sure for this you can use &return.success;
(or something similar to this)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for letting me know. I'm happy that this will make localization easier!
b68685e
<listitem> | ||
&pgsql.parameter.connection-with-unspecified-default; | ||
</listitem> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can the connection
parameter be unspecified? If not this is the wrong entity to use (there should be a similar one tho)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, the parameter is required. I fixed the referencing entity.
5d0ac3e
Co-authored-by: Gina Peter Banyard <[email protected]>
Co-authored-by: Gina Peter Banyard <[email protected]>
Co-authored-by: Gina Peter Banyard <[email protected]>
Thank you! |
Refs:
I'm not very good at English, so please feel free to point out or correct any unnatural parts in my phrasing.