Skip to content

Better type for getColumn #34

@reverofevil

Description

@reverofevil

It would be better to have getColumn<T>(n) syntax, because we need to set the type of the return value anyway. Writing static_cast<T>(query.getColumn(n)) is way too verbose. You can achieve that by partial specialization of some class with static methods.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions