Virul Nirmala Wickramasinghe
Virul Nirmala Wickramasinghe
## Purpose This PR fixes the inconsistency in how the Ballerina Persist tool handles database column types for `TEXT` columns. Previously: - Reverse-engineering an existing database mapped `TEXT` → `string`....
### Description There are currently no test cases to verify invocation support for primitive types. ### Version latest
## Purpose - Compiler treated configurable module vars as mutable storage when referenced in record/object field default values, causing `invalid access of mutable storage in the default value of a...