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 15f6780 commit cb63a9fCopy full SHA for cb63a9f
src/dbup-postgresql/PostgresqlExtensions.cs
@@ -315,7 +315,7 @@ PostgresqlConnectionOptions connectionOptions
315
316
if (databaseName == connectionOptions.MasterDatabaseName)
317
{
318
- throw new InvalidOperationException($"Database in connection string needs to be different than the master database in PostgresqlConnectionOptions.");
+ throw new InvalidOperationException("Database in connection string needs to be different than the master database in PostgresqlConnectionOptions.");
319
}
320
321
masterConnectionStringBuilder.Database = connectionOptions.MasterDatabaseName;
0 commit comments