My bucket is named "foo-prod", the n1ql query need backquote around the bucket due to the "-" caractere.
When I forget the backquote libcouchbase raise the following error :
Libcouchbase::Error::HttpError:
from libcouchbase (1.2.8) lib/libcouchbase/results_native.rb:45:in `stream'
Is it possible to automaticly insert backquote into the "from" sql statement ?