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

Support column type lengths than only STRING(MAX) and BYTES(MAX). #18

Open
bgood opened this issue Mar 17, 2021 · 0 comments
Open

Support column type lengths than only STRING(MAX) and BYTES(MAX). #18

bgood opened this issue Mar 17, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@bgood
Copy link
Collaborator

bgood commented Mar 17, 2021

This should strip away the length of the column for variable length columns (STRING and BYTES). That would make it possible to use columns with a different length than only STRING(MAX) and BYTES(MAX).

(And yes, I know it could be easily circumvented by adding the column to the dynamodb_adapter_table_ddl as STRING(MAX), even if the column is for example STRING(100), but that will probably confuse users.)

Originally posted by @olavloite in #3 (comment)

@bgood bgood added the enhancement New feature or request label Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant