I took the last couchbase-net-client-2.0-dp3
Inserting and updating of the documents works fine
The interesting part is that I can’t select anything using N1QL
I also tried version 1 and version 2 and I have the same problem.
In version 1 -> results.Rows is NULL
In version 3 -> Result.Rows has size = 0
I tried all kind of select statements:
“SELECT * FROM :system.buckets” ,
“SELECT ‘HI’ as HelloWorld”,
“SELECT ‘HI’ from default”,
"THIS IS A STRING THAT SHOULD NOT WORK AT ALL"
Strange is that all these strings return results.Success = TRUE, even the last one
But inserting and updating of the documents works.
I don’t have any VIEW on my Couchbase Server
I also don’t have any INDEX
Do you have any idea of what i can try to make the N1QL SELECT statement to work ?
Thank you,
Andrei Nechifor