Is there an existing issue for this?
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
Is there an existing issue for this?
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