meridor / perspective-backend

Scalable multi-cloud management API and shell
Apache License 2.0
16 stars 6 forks source link

Make SQL missing table error message more clear #147

Closed vania-pooh closed 8 years ago

vania-pooh commented 8 years ago
perspective>explain select name from isntances # <-- a typo here
Error: Column "name" is not available for selection

Should be something like: table "isntances" does not exist