hansva commented on issue #6646:
URL: https://github.com/apache/hop/issues/6646#issuecomment-4066047039

   Hop by default converts boolean types to a Y/N string when "Supports boolean 
data type" is disabled. We don't do any magic to detect what the destination 
field type is. When it is turned on, we send it as a boolean.
   
   The Oracle JDBC driver can handle boolean types and converts them to 1/0. 
You can see that in newer drivers, they added an option to keep this behavior 
(https://docs.oracle.com/en/database/oracle/oracle-database/26/nfcoa/database_drivers_api_enhancements.html#GUID-101543-9)
   
   So it is up to you... If you enable it, the driver will handle it and 
convert them to 1/0. If you disable it, you will get a Y/N string from Hop. 
   


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