generated from DbUp/dbup-provider-template
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this?
- I have searched the existing issues
Library Version
6.1.5
What happened?
My connection string: "User Id=postgres;Server=xxx.xxx.x.x;Port=5432;Database=some_db;Search Path=dbo,postgres;"
The main thing in the: "Search Path=dbo,postgres;" <--
The schemes are listed in order of priority, separated by commas.
On version 6.1.5 I get an exception: "syntax error at or near ",""
File: AdHocSqlRunner.cs, line 98
query: "CREATE SCHEMA IF NOT EXISTS dbo,postgres"
Relevant log output
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working