Skip to content

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

@bgood

Description

@bgood

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions