Skip to content

Commit d7ec85e

Browse files
committed
Fix wrong method name
1 parent c357404 commit d7ec85e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DirectSQL/npgsql/NpgsqlDatabase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ protected override IDbConnection CreateConnection()
2323
}
2424

2525

26-
public static NpgsqlParameter CreateSQLiteParameter(string name, object value)
26+
public static NpgsqlParameter CreateNpgsqlParameter(string name, object value)
2727
{
2828
return new NpgsqlParameter(name, value);
2929
}

0 commit comments

Comments
 (0)