Skip to content

Add overload to select(...) #35

Open
@Flamenco

Description

@Flamenco

Select supports these 2 syntax:

qb.select('s.id, s.title, s.artist, s.genre')

and

qb.select(['s.id', 's.title', 's.artist', 's.genre'])

but I constantly find myself doing this:

qb.select('s.id', 's.title', 's.artist', 's.genre')

Can we also allow the vararg approach?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions