-
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
Data type "Date" missing? #9
Comments
The type "Date" was missing like I expected. Here is the commit which fixes it: After not having heard anything since 2 weeks on any of my issues/questions/comments and not being sure that my input is really disired I decided yesterday to fork. I removed all the N1QL code because I do not need the complex queries, all I care for is speed. Hope that is also helpful for other people. So will stop posting further issues here and post them in my fork instead. If you decide to keep on working on the connector in the future, I hope the fixes in my fork are of help (think I fixed more or less all the issues I did create and posted the link to the commit with the fix). Will also check for future commits here which are helpful for my fork. Good luck! |
Hi Jan, We haven't been ignoring you, we've just been heads down on product On Tue, Feb 10, 2015 at 5:52 PM, Jan [email protected] wrote:
_Nolan Dubeau_VP, Engineering, Guardly Corp. |
Sorry did probably not phrase is very well. Did not just fork because I did not get answers. One of the most important reason for the fork was that the more I worked with the connector the more I understood that N1QL is simply not ready yet and actually not needed for my specific case. It just adds complexity where it is not needed, additional lag and resources. I query to 98% by id so really no need for N1QL at all. Sure would be open for a chat. I am currently located in Mexico so the time difference should not be a big issue. |
Just tried the user authentication after having switched "AccessToken" to couchbase.
Creating one works fine, but as soon as I use it I get the error "'token.created must be a valid Date".
The code which causes that error messages in "access-token.js" is:
So I guess that the data type "Date" is not implemented yet?
The text was updated successfully, but these errors were encountered: