Changelog
What changed in Socigy.OpenSource.DB v0.1.83 — connection string Database= append fix.
3 May 2026
Socigy.OpenSource.DBv0.1.83stable
Fixed
- The generated
IDbConnectionFactory.Create()now correctly appends;Database={name}to the connection string regardless of whether the string already ends with a semicolon. Previously a connection string without a trailing;produced an invalid string (e.g....PasswordDatabase=MyDb), causing Npgsql to fail to parse it.