kovihq / sqltools-athena-driver

AWS Athena Driver for VSCode Plugin SQLTools
MIT License
5 stars 11 forks source link

fix(schema): Added quotes to schemas avoiding special char errors #6

Closed JohniMichels closed 2 years ago

JohniMichels commented 2 years ago

Currently, when a schema has a - char, it breaks on listing its children. using double quotes around schema queries fixes this.