hansva commented on issue #7257: URL: https://github.com/apache/hop/issues/7257#issuecomment-4670408092
I am going to need more information. What is the stream field you are using and the destination data type in the PostgreSQL table? If I use a "String" stream field and a "bool" destination, I am getting the same error you have in 2.17 so that's not a regression. `Insert booleans.0 - Batch entry 0 INSERT INTO "public".boolean_output (a_boolean, another_boolean, third_boolean) VALUES ( (NULL), (NULL), (NULL)) was aborted: ERROR: column "a_boolean" is of type boolean but expression is of type character varying` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
