Problem with dashes in the key names · Issue #12 · stevearc/dql

When trying to query a dynamo table which has a primary index called 'foo-bar' : select * from my-prod-table where foo-bar = 'something'; it fails with the error: ValidationException: Invalid KeyCo...