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
I found an issue in the class public static QueryRequest CopyQueryRequest(this QueryRequest queryRequest) in DynamoDBUtil . The variables FilterExpression and ExpressionAttributeValues aren't copied across during the deep copy. I've updated my local copy to the following:
Hi,
Thanks for an awesome bit of code.
I found an issue in the class
public static QueryRequest CopyQueryRequest(this QueryRequest queryRequest)
inDynamoDBUtil
. The variablesFilterExpression
andExpressionAttributeValues
aren't copied across during the deep copy. I've updated my local copy to the following:and now the code works as expected when wanting to filter query results.
The text was updated successfully, but these errors were encountered: