Details
-
Bug
-
Resolution: Unresolved
-
Major
-
7.0.0-Beta1
-
Untriaged
-
1
-
No
Description
Been watching over the shoulder as folks try to use couchbase...
And, when they get around to trying their first N1QL, they sometimes try this...
select count(*) from travel-sample
|
And... bzzzt... error. Then frustration with repeated attempts to try to make it work.
It's the hyphen in the bucket name, so they really need to do something like...
select count(*) from `travel-sample`
|
Solution proposal: we should avoid inflicting the foot tripping and have non-hyphenated names, like travelSample, and also beerSample?