Closed fschuetz04 closed 9 years ago
If I write something like
r.table('users').get(userId).ne(null).run(connection);
to test if a user exists (which works fine in Administration Console), a RqlError is thrown, while testing for things like Strings is working fine. Is this intended?
RqlError
Strings
Null values were being unintentionally discarded. This is fixed now, thanks !
If I write something like
to test if a user exists (which works fine in Administration Console), a
RqlError
is thrown, while testing for things likeStrings
is working fine. Is this intended?