Hello,
my postgres database is behind a PgBouncer connection pooler with transaction pooling and it does not allow prepared statements, so its failing as the Distributed Lock postgres implementation uses prepared statement:
DistributedLock/src/DistributedLock.Postgres/PostgresDatabaseConnection.cs
Line 26 in 00c0f4e
public override bool ShouldPrepareCommands => true;I was not able to find a way to disable it through configuration/parameters, do you have any recommendation on this case?
Thank you.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4