/DB

Changelog

What changed in Socigy.OpenSource.DB v0.1.83 — connection string Database= append fix.

updated 3 May 20261 min readv0.1.83View as Markdown
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.