diff --git a/changelog.md b/changelog.md index 1a6ae17d..7f085863 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added +- [Added compiler plugin validations for MSSQL as a datasource](https://github.com/ballerina-platform/ballerina-library/issues/5829) ### Changed diff --git a/compiler-plugin-test/src/test/resources/project_6/Ballerina.toml b/compiler-plugin-test/src/test/resources/project_6/Ballerina.toml new file mode 100644 index 00000000..95501f6b --- /dev/null +++ b/compiler-plugin-test/src/test/resources/project_6/Ballerina.toml @@ -0,0 +1,7 @@ +[package] +org = "root" +name = "project_2" +version = "0.1.0" + +[persist] +datastore = "postgresql"