dynalite icon indicating copy to clipboard operation
dynalite copied to clipboard

Error when querying BOOL attribute

Open aruediger opened this issue 3 years ago • 0 comments

I'm using the AWS Java SDK to create a query:

new QueryFilter("field_a").eq(true)

This works against DynamoDB but fails when using Dynalite with

One or more parameter values were invalid: ComparisonOperator EQ is not valid for BOOL AttributeValue type

aruediger avatar May 18 '22 16:05 aruediger