We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DateOnly
Compiler gets method GetDateTime instead of GetFieldValue<DateOnly>
GetDateTime
GetFieldValue<DateOnly>
RepoDB/RepoDb.Core/RepoDb/Reflection/Compiler/Compiler.cs
Lines 446 to 447 in 8213ca4
causing type mismatch exception here
Lines 656 to 658 in 8213ca4
See https://github.com/npgsql/npgsql/blob/fcfafc138608b56a027bae7c121de4ddfccb5090/test/Npgsql.Tests/Types/DateTimeTests.cs#L108
Library Version:
RepoDb v1.13.1 and RepoDb.PostgeSQL v1.13.1 But built from the latest main
The text was updated successfully, but these errors were encountered:
mikependon
No branches or pull requests
Bug Description
Compiler gets method
GetDateTime
instead ofGetFieldValue<DateOnly>
RepoDB/RepoDb.Core/RepoDb/Reflection/Compiler/Compiler.cs
Lines 446 to 447 in 8213ca4
causing type mismatch exception here
RepoDB/RepoDb.Core/RepoDb/Reflection/Compiler/Compiler.cs
Lines 656 to 658 in 8213ca4
See
https://github.com/npgsql/npgsql/blob/fcfafc138608b56a027bae7c121de4ddfccb5090/test/Npgsql.Tests/Types/DateTimeTests.cs#L108
Library Version:
RepoDb v1.13.1 and RepoDb.PostgeSQL v1.13.1
But built from the latest main
The text was updated successfully, but these errors were encountered: