serverless-seoul / dynamorm

AWS DynamoDB ORM in Typescript
Apache License 2.0
55 stars 4 forks source link

Expressions missing #9

Closed rogueturnip closed 3 years ago

rogueturnip commented 4 years ago

Glad to see this being forked to keep things moving forward.

I did notice when I converted over that a number of attributes are now missing. AttributeExists and Equals being two..

These use to be in query/expressions/conditions/operators.ts.

mooyoul commented 4 years ago

Hello there. I'm the original author of Condition Expression feature. I've checked forked source code and can confirm some source codes weren't synced up-to-date. Currently i'm working on this and it will be fixed soon. Thanks for your reporting!

rogueturnip commented 4 years ago

Great! This one feature is holding back my conversion.

rogueturnip commented 4 years ago

Wanted to find out the plan on this one since it holds me back doing the conversion.

breath103 commented 4 years ago

@mooyoul can you check on this.

mooyoul commented 3 years ago

Issue was outdated base branch - We merged all upstream changes and released v2.11.0. Try it out - npm install @serverless-seoul/dynamorm@latest --save