Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding custiomization options for timestamps. Closes #86 #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Adding custiomization options for timestamps. Closes #86 #99

wants to merge 1 commit into from

Conversation

set-killer
Copy link

I couldn't make a lot of testing but it seams to work.
Sorry, I cannot provide automatic test for this feature.

@set-killer
Copy link
Author

@ryanfitz what do I need to complete this feature? Could you give me a hint?

This test fails because they expect type 'date' but they receive type 'alternatives', which cannot be converted to simple DynamoDB type 'DATE' . Here is example

{ id: { type: 'string', invalids: [ '' ] },
  createdAt: 
   { type: 'alternatives',
     alternatives: [ [Object], [Object], [Object] ] },
  updatedAt: 
   { type: 'alternatives',
     alternatives: [ [Object], [Object], [Object] ] } }

I think this failing test are going to be deprecated... ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant