oracle-samples / oracle-db-examples

Examples of applications and tool usage for Oracle Database
https://www.oracle.com/database/technologies/
Other
1.3k stars 829 forks source link

Code sample - 23c BOOLEAN data type with JDBC + SQL #310

Closed juarezjuniorgithub closed 2 months ago

juarezjuniorgithub commented 6 months ago

Code sample - 23c BOOLEAN data type with JDBC + SQL Signed-off-by: Juarez Barbosa juarez.barbosa@oracle.com

jeandelavarene commented 6 months ago

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?

oracle-contributor-agreement[bot] commented 2 months ago

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:

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.

juarezjuniorgithub commented 2 months ago

@jeandelavarene @Kuassim 2 spaces indentation + closing of JDBC resources implemented. Please check commit cd87db79469f699b28dabc7e7f9ea23979ec0b70 and approve. Thanks!