oracle-db-examples
oracle-db-examples copied to clipboard
Code sample - 23c BOOLEAN data type with JDBC + SQL
Code sample - 23c BOOLEAN data type with JDBC + SQL Signed-off-by: Juarez Barbosa [email protected]
Hi @juarezjuniorgithub, the path of this new demo is java/23c-jdbc-boolean/src/main/java/com/oracle/dev/jdbc/. Don't you think a simple BOOLEAN type demo should go un java/jdbc/BasicSamples?
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA). The following contributors of this PR have not signed the OCA:
- [email protected] (@profjuarezbarbosajr)
To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application.
When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated.
If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public.
@jeandelavarene @Kuassim 2 spaces indentation + closing of JDBC resources implemented. Please check commit cd87db79469f699b28dabc7e7f9ea23979ec0b70 and approve. Thanks!