As per the PostgreSQL documentation[1], we should be able to pass 0 value for the prepareThreshold, preparedStatementCacheQueries and preparedStatementCacheSizeMiB to disable the feature. But in Ballerina PostgreSQL connector doesn't allow to pass 0 value.
Description
As per the PostgreSQL documentation[1], we should be able to pass 0 value for the
prepareThreshold
,preparedStatementCacheQueries
andpreparedStatementCacheSizeMiB
to disable the feature. But in Ballerina PostgreSQL connector doesn't allow to pass 0 value.Steps to Reproduce
Configure PostgreSQL client to pass like below,
Version
Latest
Environment Details (with versions)
No response