Hi everyone,
We’ve just released NServiceBus.Persistence.Sql 9.0.4.
Fixed bugs
- #2077 SQL Persistence manifest reports wrong table names, ignoring TableSuffix, NameFilter and TablePrefix
How to know if you are affected
You are affected if you are using the generated manifest report for SQL persistence.
Symptoms
The persistence manifest built its table names from manifest.Prefix (the raw endpoint name) plus the saga’s EntityName, while the runtime derives them from settings.GetTablePrefix(...) and the saga’s table suffix. The two disagreed whenever any table-naming configuration was in play, so the manifest advertised tables that don’t exist.
When to upgrade
You should upgrade immediately if you are affected. Otherwise, you should upgrade during your next maintenance window.
Where to get it
You can install NServiceBus.Persistence.Sql 9.0.4 from NuGet.
Please read our release policy for more details.
With thanks,
The team in Particular