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 4bf3248 commit 80ec4aeCopy full SHA for 80ec4ae
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