This file contains all the notable changes done to the Ballerina postgresql 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
- Improve inout parameter which supports array types for call procedure
- Add completion type as nil in SQL query return stream type
[0.6.0-beta.2] - 2021-06-02
- Basic CRUD functionalities with an PostgreSQL database.
- Insert functionality for PostgreSQL specific data types.
- Select functionality for PostgreSQL specific data types.
- Procedure and Function Operations for PostgreSQL specific data types.
- Add array data types.
- Make the Client class to isolated.