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
- Improve API documentation to reflect query usages
- Fixed compiler plugin validation for
time
module constructs - Fix incorrect code snippet in SQL api docs
- Add completion type as nil in SQL query return stream type
- Basic CRUD functionalities with an MSSQL database.
- Insert functionality for DB specific data types.
- Procedure calls with input and output parameters
- Support for MSSQL Geometry data types
- Add support for queryRow