-
Notifications
You must be signed in to change notification settings - Fork 108
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
indexCreate with r.branch gives [RqlDriverError: Nesting depth limit exceeded] #5
Comments
I just tried your query and it works fine (there is an extra comma in What version of node are you using and on which OS? I'm running 0.11.10 on Linux. |
0.11.9, Mac 10.9 (and yeah, that extra comma was a formatting error). hmmmm. Rethinkdb 1.11.2, rethinkdbdash 1.11.7 |
Sorry @dmitrig01, I forgot to look at that this week end. I just built Node 0.11.9, and it still works fine for me (I'm running Linux though). Could you try with Node 0.11.10 to see if you still have this problem? |
ahh, I know what it was – bug in my code (not this part, but the surrounding code – I did a funky thing mixing rethinkdbdash and the normal rethinkdb drive). |
Glad we could sort it out ; ) |
Fix pool matching when a server has no assigned pool
I'm pretty sure this is a driver error, because it works in the web UI, but from rethinkdbdash, this code gives the error (haven't really had time to isolate – I don't know if it's the
multi
, or if it'sr.branch
, or what it is – but it definitely doesn't work):The text was updated successfully, but these errors were encountered: