mfenniak / rethinkdb-net

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

Change DmlResponse<T>.Changes to return an empty array #213

Closed jonorossi closed 9 years ago

jonorossi commented 9 years ago

As discussed in #212 fixing the Changes array so isn't null if no changes were made.

I've added this to the release notes under Breaking Changes since it is even though minor.