Skip to content

Fixed Postgres Execute Query Parameters Comma splitting #16366

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DimaUndSo
Copy link

@DimaUndSo DimaUndSo commented Jun 15, 2025

Hey there, this here fixes the issue with the Postgres node, where text Parameters that include a comma got wrongly separated as single parameters.

I have tested it and it works now as it supposed to.

Summary

Fixing the known problem on the Postgres Node, where given text parameters that include a comma got wrongfully splittet.

Related Linear tickets, Github issues, and Community forum posts

fixes: #16354, #14955

Hey there, this here fixes the issue with the Postgres node, where text Parameters that include a comma got wrongly separated as single parameters.
@CLAassistant
Copy link

CLAassistant commented Jun 15, 2025

CLA assistant check
All committers have signed the CLA.

@n8n-assistant n8n-assistant bot added community Authored by a community member node/improvement New feature or request labels Jun 15, 2025
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

cubic reviewed 1 file and found no issues. Review PR in cubic.dev.

@n8n-assistant n8n-assistant bot added the in linear Issue or PR has been created in Linear for internal review label Jun 15, 2025
@Joffcom
Copy link
Member

Joffcom commented Jun 15, 2025

Hey @DimaUndSo,

Thanks for the PR, We have created "GHC-2560" as the internal reference to get this reviewed.

One of us will be in touch if there are any changes needed, in most cases this is normally within a couple of weeks but it depends on the current workload of the team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Authored by a community member in linear Issue or PR has been created in Linear for internal review node/improvement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Postgres Query Parameters break when a text parameter includes a comma
3 participants