Alternator icon indicating copy to clipboard operation
Alternator copied to clipboard

Alternator is not properly supporting a few ComparisonOperator

Open velo opened this issue 12 years ago • 2 comments

I'm running a DynamoDBScanExpression and a few operations always fail (although they do work when I use DynamoDB on AWS)

ComparisonOperator.NE
ComparisonOperator.NOT_CONTAINS
ComparisonOperator.NULL
ComparisonOperator.NOT_NULL

I have one test that express this problem https://github.com/velo/querydsl/blob/dynamo/querydsl-dynamodb/src/test/java/com/mysema/query/dynamodb/DynamoDBQueryTest.java

velo avatar Oct 28 '13 02:10 velo

Hm, interesting. These used to work, surprised the tests didn't catch it. Will have to check it out.

mboudreau avatar Oct 28 '13 12:10 mboudreau

May be cause I'm using mapper + scanner?

velo avatar Oct 28 '13 15:10 velo