leonibr / community-extensions-cache-postgres

A PostgreSQL Implementation of IDistributedCache interface. Using Postgresql as distributed cache in Asp.Net Core. NetStandard 2.0
54 stars 17 forks source link

Fixed creating function updatecacheitemformat #24

Closed isenmann closed 2 years ago

isenmann commented 2 years ago

Package was not working because of missing % placeholder for RAISE NOTICE parameter.

At least under PostgreSql v14 and .NET 6 it fails to start and nothing is created. With this fix, everything is fine.

leonibr commented 2 years ago

Thank you