Skip to content

[fix] exec_command(get_process=True) does not respect encoding#56

Merged
dmitry-lipetsk merged 1 commit into
postgrespro:masterfrom
dmitry-lipetsk:20260630_009--exec_command-get_process-and-encoding
Jun 30, 2026
Merged

[fix] exec_command(get_process=True) does not respect encoding#56
dmitry-lipetsk merged 1 commit into
postgrespro:masterfrom
dmitry-lipetsk:20260630_009--exec_command-get_process-and-encoding

Conversation

@dmitry-lipetsk

@dmitry-lipetsk dmitry-lipetsk commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

We does not use "text" (it is another question) and look at encoding only.

As result, when get_result is True we have to calculate a right value of 'text' argument and pass it to subprocess.Popen to return a right stdout and stderr in a result object.

We does not use "text" (it is another question) and lool at encoding only.

As result, when get_result is True we have to calculate a right value of 'text' argument and pass it to subprocess.Popen to return a right stdout and stderr in a result object.
@dmitry-lipetsk
dmitry-lipetsk merged commit 6e7176d into postgrespro:master Jun 30, 2026
20 checks passed
@dmitry-lipetsk
dmitry-lipetsk deleted the 20260630_009--exec_command-get_process-and-encoding branch June 30, 2026 19:36
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.

1 participant