-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Totally unable to get it working #5
Comments
With N1QL there is sometimes a delay in being able to retrieve the document On Tue, Jan 27, 2015 at 3:24 PM, Jan [email protected] wrote:
_Nolan Dubeau_VP, Engineering, Guardly Corp. |
Hi, currently we have only tested the connector with N1QL Developer Preview 3. Are you using DP3 or DP4? If 4, can you please install DP3 and try it out? I will leave your PR for the moment until we are able to fully test DP4 which we are doing right now. We also just published an updated version of the connector that provides "IN" functionality for WHERE clauses. |
Thanks a lot for the fast answer! Add via POST to Tests/
Response is:
The document in couchbase:
I use DP4, had honestly no idea about different versions there. So maybe that is the issue. Will now give it a try with DP3 and then report. |
Yes you were right. The above example works totally fine with DP3. |
That's great! We will be testing DP4 tomorrow and will provide an update On Tue, Jan 27, 2015 at 5:40 PM, Jan [email protected] wrote:
_Nolan Dubeau_VP, Engineering, Guardly Corp. |
Great thanks! |
I now wanted to give that connector a try but simply I am unable to get it working.
Created a simply Test model:
But no matter if I define no id at all like above, or like this:
or like in the beer-example
I am always able to create the document but totally unable to query it. A GET to "/Tests" simply returns an empty array and a specific request for the ID an error like this: Unknown "Test" id "asdf".
Even though the document exists in Couchbase.
Did I overlook something or do I simply use it totally wrong? (I am using Couchbase 3.0.1 locally on ubuntu)
Thanks!
The text was updated successfully, but these errors were encountered: