kysely icon indicating copy to clipboard operation
kysely copied to clipboard

`InferResult` should output plural.

Open igalklebanov opened this issue 1 year ago • 1 comments

Hey :wave:

Right now, InferResult wrongfully outputs a singular type, despite queries actually having a plural result type when executed.

This PR makes it plural instead.

This will enable simpler types for when we implement batch execution.

igalklebanov avatar Jun 27 '24 18:06 igalklebanov