You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[19:41:41 ERR] Can't write CLR type System.Net.HttpStatusCode with handler type Int32Handler
System.InvalidCastException: Can't write CLR type System.Net.HttpStatusCode with handler type Int32Handler
at lambda_method(Closure , NpgsqlTypeHandler , Object , NpgsqlLengthCache& , NpgsqlParameter )
at Npgsql.TypeHandling.NpgsqlSimpleTypeHandler`1.ValidateObjectAndGetLength(Object value, NpgsqlLengthCache& lengthCache, NpgsqlParameter parameter)
at Npgsql.NpgsqlParameter.ValidateAndGetLength()
at Npgsql.NpgsqlCommand.ValidateParameters(ConnectorTypeMapper typeMapper)
at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken)
...
The text was updated successfully, but these errors were encountered:
Loongle
changed the title
audit-logging module query exception using postgrasql database
audit-logging module query exception using PostgreSQL database
Feb 23, 2020
exception message:
An exception occurs here:
namespace: Volo.Abp.AuditLogging.EntityFrameworkCore
file: EfCoreAuditLogRepository.cs
method name:
IQueryable<AuditLog> GetListQuery
If I write it this way it will solve the problem
I cannot submit the code for network reasons.
The text was updated successfully, but these errors were encountered: