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

Implement unwrap for lower-case type strings #10

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

Conversation

arichiardi
Copy link

Avoid failing with a "No data type (B, BS, N, NS, S, SS)" error when
type strings are not upper case.

Avoid failing with a "No data type (B, BS, N, NS, S, SS)" error when
type strings are not upper case.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 96.532% when pulling 72033b0 on arichiardi:lowercase-support into 5bb4c7a on kayomarz:master.

Copy link
Owner

@kayomarz kayomarz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arichiardi Thanks for the pull-request.

If DynamoDB SDK doesn't support lower-case type strings, I'm not sure if its a good idea for this library to convert case. This library is just a light wrapper.

@arichiardi
Copy link
Author

Well, I have had DynamoDB extract data in lowercase while using Data Pipeline that is why I needed it.

In any case up to you 😀

@kayomarz
Copy link
Owner

kayomarz commented Mar 27, 2017 via email

@prothschell-lowtcenter
Copy link

In my experience of importing/exporting text files into/from DynamoDB using Data Pipeline, only the first letter of the data type is set to lower case.

Additionally, it places a char(3) rather than a colon between root level field names & their data and then a char(2) between fields.

YMMV

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.

None yet

4 participants