We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Add a Postgres node
Set Update Operation
Select a table (table with bool field)
Remove all columns
Add a column (bool field)
Show TRUE
Click in Expression, the field is empty
or shows false or the field is true
Ubuntu
1.65.2
dont remenber
PostgreSQL
main (default)
The text was updated successfully, but these errors were encountered:
Hey @kabrau,
We have created an internal ticket to look into this which we will be tracking as "GHC-484"
Sorry, something went wrong.
No branches or pull requests
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
Add a Postgres node
Set Update Operation
Select a table (table with bool field)
Remove all columns
Add a column (bool field)
Show TRUE
Click in Expression, the field is empty
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)
The text was updated successfully, but these errors were encountered: