Skip to content

Npgsql doesn't log parameters with batches correctly #6078

@vonzshik

Description

@vonzshik

That's because we push IEnumerable<ValueTuple<string, object[]>>, and ValueTuple.ToString just calls ToString on both parameters, in which case object[] will just return the name of the type.

Originally raised in #5931.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions