We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e327d6b commit 0db010cCopy full SHA for 0db010c
src/EFCore.PG/Infrastructure/Internal/NpgsqlOptionsExtension.cs
@@ -109,6 +109,7 @@ public NpgsqlOptionsExtension(NpgsqlOptionsExtension copyFrom)
109
: base(copyFrom)
110
{
111
DataSource = copyFrom.DataSource;
112
+ DataSourceBuilderAction = copyFrom.DataSourceBuilderAction;
113
AdminDatabase = copyFrom.AdminDatabase;
114
_postgresVersion = copyFrom._postgresVersion;
115
UseRedshift = copyFrom.UseRedshift;
0 commit comments