dave-csc opened a new issue, #7257:
URL: https://github.com/apache/hop/issues/7257

   ### Apache Hop version?
   
   2.18.0
   
   ### Java version?
   
   OpenJDK 21.0.11 (Zulu21.50+19-CA)
   
   ### Operating system
   
   Linux
   
   ### What happened?
   
   Hop 2.18 with the included JDBC driver for PostgreSQL (42.7.11) fails to 
write null boolean values, this database error is returned:
   `Batch entry 0 INSERT INTO "public".*** (..., _a_boolean_, 
_another_boolean_) VALUES (...,  (NULL),  (NULL)) was aborted: ERROR: column 
"_a_boolean_" is of type boolean but expression is of type character varying`
   
   The same happens if I try to replace the default JDBC driver with the one 
that was included with Hop 2.17 (version 42.7.7).
   
   There are no errors with Hop 2.17 and PostgreSQL JDBC 42.7.7
   
   **_Marked as P1 for regression_**
   
   ### Issue Priority
   
   Priority: 1
   
   ### Issue Component
   
   Component: Database, Component: Transforms


-- 
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]

Reply via email to