This file contains all the notable changes done to the Ballerina Persist SQL package through the releases.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added support for PostgreSQL as a datasource
- Added support for advanced SQL annotations
- Added compiler plugin validations for new advanced SQL database annotations
- Fix class cast exception when executing query with non-global variable
- Updated update query and delete query to support alias table names
- Fix the bulk insert failure in sql modules