dave-csc commented on issue #6646: URL: https://github.com/apache/hop/issues/6646#issuecomment-4065895530
Hi @hansva, I made a rapid test with Hop 2.17 and enabled the "Supports boolean data type" in the connection, and it works indeed... I mean, the boolean values are converted into 0 and 1 (hence they are storable in a numeric field). The point is: should I enable the flag in my projects? I would have a correct conversion but Oracle database does NOT actually support a boolean data type (it's supported in PL/SQL only)... -- 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]
