Skip to content

Commit

Permalink
bugfix: ExpressionDataAccessCommandFactory not converting UserId
Browse files Browse the repository at this point in the history
  • Loading branch information
gumbarros committed May 28, 2024
1 parent d97a9db commit a809a66
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ private static DbType GetDbTypeFromObject(object? value)
decimal => DbType.Decimal,
float => DbType.Double,
string => DbType.String,
Guid => DbType.Guid,
DateTime => DbType.DateTime,
bool => DbType.Boolean,
_ => DbType.String
Expand Down

0 comments on commit a809a66

Please sign in to comment.