Skip to content

updated pgconn to use cursor description#71

Merged
robd518 merged 5 commits into
robd518:developfrom
FineYoungCannibals:develop
May 7, 2026
Merged

updated pgconn to use cursor description#71
robd518 merged 5 commits into
robd518:developfrom
FineYoungCannibals:develop

Conversation

@finleyh
Copy link
Copy Markdown
Contributor

@finleyh finleyh commented May 7, 2026

Description

cursor.description gives a check for non-select SQL queries, so that fetchall() is not called inappropriately causing some SQL activities to fail.

Related Issue

fetchall() being forced on all cursor executions, including those with now data to collect from the PG Server, creating a crashing error.

Type of change

  • [x ] Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

extended manual testing battery.

@finleyh finleyh closed this May 7, 2026
@finleyh finleyh reopened this May 7, 2026
@robd518 robd518 merged commit d4c66cb into robd518:develop May 7, 2026
2 checks passed
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