Skip to content
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

Postgres node - Insert or Update - boolean field is empty #11859

Open
kabrau opened this issue Nov 23, 2024 · 1 comment
Open

Postgres node - Insert or Update - boolean field is empty #11859

kabrau opened this issue Nov 23, 2024 · 1 comment
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@kabrau
Copy link

kabrau commented Nov 23, 2024

Bug Description

In the postgres node, when I use to insert or update
if I drop every fields, next I add a boolean field,
shows boolean = true, but is empty

To Reproduce

  1. Add a Postgres node

  2. Set Update Operation

  3. Select a table (table with bool field)

  4. Remove all columns

  5. Add a column (bool field)

  6. Show TRUE
    image

  7. Click in Expression, the field is empty
    image

Expected behavior

or shows false
or the field is true

Operating System

Ubuntu

n8n Version

1.65.2

Node.js Version

dont remenber

Database

PostgreSQL

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Nov 23, 2024

Hey @kabrau,

We have created an internal ticket to look into this which we will be tracking as "GHC-484"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

2 participants