Npgsql: Fixes to NpgsqlConnection.DataSource

Created on 9 Dec 2019  路  4Comments  路  Source: npgsql/npgsql

  • On a fresh DbConnection, we get a mangled value (tcp://:5432). This should be an empty string
  • We should also produce the correct value for Unix domain socket connections.
bug

All 4 comments

@warcha, you have fixed this, so it makes sense to assign the issue to you. Unfortunately, GitHub doesn't allow to do this without your participation here.

Thanks @YohDeadfall , did you just need me to comment?

Yep. Assigned, thank you!

thanks @YohDeadfall

Was this page helpful?
0 / 5 - 0 ratings