fsprojects / DynamoDb.SQL

SQL-like external DSL for querying and scanning Amazon DynamoDB
http://fsprojects.github.io/DynamoDb.SQL
MIT License
54 stars 9 forks source link

Support valid *non-alphanumeric* characters in table name #22

Closed caindy closed 9 years ago

caindy commented 9 years ago

From the documentation

Table names and secondary index names For table and secondary index names, allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot). Names can be between 3 and 255 characters long.

theburningmonk commented 9 years ago

Awesome, thanks!