-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
NullReference exception in ReqlExpr #55
Comments
Hey @oliverjanik , I think you need to use Could you provide more context with how you're using and why you're checking Thanks, |
Yeah that's what I ended up doing, but it confused the hell out of me for a while. Is it intended to be like that? |
@oliverjanik Yea, the operator overload for
Fancy! 👍 Wiki docs for this are here: https://github.com/bchavez/RethinkDb.Driver/wiki/Extra-C%23-Driver-Features#implicit-conversion-operator-overload |
|
Hey Oliver,
Consider what happens with:
This check doesn't happen on the client, it happens on the server. 🍷 🌴 _"Get drunk on the good life, I'll take you to paradise..."_ |
Alright then, I'm closing this issue. On a sidenote: It feels like Rethink guys reinvented Expression trees in their Java driver. |
You've got an override for
==
operator here:This throws when I do a comparison like this:
Got me very confused for a second. Can null be special cased here?
The text was updated successfully, but these errors were encountered: