-
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
Support OrientDB 2.1 #52
Comments
hi @dmarcelino there are news about 2.1.x support?
on master branch against 2.1.9 i've got a bunch of error like
Even with ODB 2.0.12 i got those errors. I guess that is the waterline version. I would like to help you on that. |
Hi @maggiolo00, I've started a new job (that doesn't involve coding) and I haven't had much time to look into this. Feel free to PR a fix and I'll review it. Thanks |
HI @dmarcelino, After searching in ODB doc I found this: Disabling strict parser it started working in 2.1 and 2.2. I don't know if the issue is related to |
Hi @gianpaolom, thanks for the input. Would you mind submitting a PR with the change? Thanks |
Unhandled rejection RangeError: Maximum call stack size exceeded
and fix it (fixed by Prevents infinite recursion in "WLError.stack" setter balderdashy/waterline#1061)Adapter Custom Methods createEdge between two vertices should link a user to a profile through an edge
: buildThe text was updated successfully, but these errors were encountered: