This file contains all the notable changes done to the Ballerina oracledb package through the releases.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Improve API docs based on Best practices
- Fix compiler plugin failure when the diagnostic code is null
- Fixed compiler plugin validation for
time
module constructs - Fix incorrect code snippet in SQL api docs
- Add Nested Table support
- Add mix array type support
- Add Interval support
- Add SSL support
- Add support for queryRow
- Add xml data type support in oracledb module
- Basic CRUD functionalities with an Oracle database.
- Insert functionality for complex data types.
- Add code examples for oracle specific data types to Package.md.
- Select functionality for VArrays and Object Types.
- Upgrade ojdbc driver version from 12 to 19.