-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
SQL data type error #12651
Comments
Hey @radamesbispo, We have created an internal ticket to look into this which we will be tracking as "N8N-8130" |
As a possible work around does it work if you try wrapping it in |
the postgresSql are receiving NUMBER, the problem are not in the input but inside of node.... i have try Number() or parseInt() but even do not work |
@radamesbispo I'm having trouble reproducing the issue. Would you mind sending in workflow to be sure? 🙏 |
Bug Description
the data type is correcly mapped with sql and 100% perfectly in old version of n8n. bug start after update for version 1.75.0
To Reproduce
go to pstgresSql
insert some number to store on it
see the result
Expected behavior
the behaviour expect is save the data
Operating System
ubuntu
n8n Version
1.75.0
Node.js Version
dont know
Database
PostgreSQL
Execution mode
queue
The text was updated successfully, but these errors were encountered: