Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IResultRow interface is missing get 'function' methods for DateOnly and TimeOnly #27

Closed
EndsOfTheEarth opened this issue Jun 22, 2023 · 1 comment
Labels

Comments

@EndsOfTheEarth
Copy link
Owner

IResultRow interface is missing get 'function' methods for DateOnly and TimeOnly.

These methods need to be implemented:

public DateOnly Get(Function<DateOnly> column);
public DateOnly? Get(NullableFunction<DateOnly> column);

public TimeOnly Get(Function<TimeOnly> column);
public TimeOnly? Get(NullableFunction<TimeOnly> column);
@EndsOfTheEarth
Copy link
Owner Author

This has been implemented as part of #33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant