Skip to content

Conversation

@andrewnicols
Copy link

The README already documents that this function is instrumented, but it is not.

I have not instrumented the query parameters as this is not done for pg_send_query_params.
I've implemented this locally and it works with the SQL commenter.

The README already documents that this function is instrumented, but it
is not.
@andrewnicols andrewnicols requested a review from a team as a code owner November 27, 2025 04:08
@linux-foundation-easycla
Copy link

CLA Not Signed

Comment on lines +145 to +147
while ($row = pg_fetch_assoc($res)) {
}
$offset++;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this increment happen within the loop?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants