Allow prepareThreshold
, preparedStatementCacheQueries
and preparedStatementCacheSizeMiB
to pass 0 values.
#7345
Labels
module/postgresql
Priority/Highest
Reason/EngineeringMistake
The issue occurred due to a mistake made in the past.
Type/Bug
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
The text was updated successfully, but these errors were encountered: