mfenniak / rethinkdb-net

A C# / .NET client driver for RethinkDB.
Other
247 stars 37 forks source link

Add IsEmpty query #226

Closed nkreipke closed 8 years ago

nkreipke commented 8 years ago

Greetings!

This patch adds the IsEmpty query to the driver: http://rethinkdb.com/api/javascript/is_empty/

Kind regards, Nico

mfenniak commented 8 years ago

Hi @nkreipke! Thank-you for all the pull requests. I love receiving surprise pull requests. I'm a bit busy today, but I'll try to go through these each as soon as I can and, merge them where possible, and give you feedback otherwise. :-)

It would be great to have an automated test for this new IsEmpty query. Would you mind adding one? It would probably fit in well in rethinkdb-net-test/Integration/TableTests.cs.

nkreipke commented 8 years ago

I'll try to write a few tests for these later. Quite a bit busy myself :-)