Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 2e23dc4

Browse files
committed
Make PostgreSQLDialectProvider ctor public
1 parent 8fbb7ce commit 2e23dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.OrmLite.PostgreSQL/PostgreSQLDialectProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class PostgreSQLDialectProvider : OrmLiteDialectProviderBase<PostgreSQLDi
1212
public static PostgreSQLDialectProvider Instance = new PostgreSQLDialectProvider();
1313
const string textColumnDefinition = "text";
1414

15-
private PostgreSQLDialectProvider()
15+
public PostgreSQLDialectProvider()
1616
{
1717
base.AutoIncrementDefinition = "";
1818
base.IntColumnDefinition = "integer";

0 commit comments

Comments
 (0)