mfenniak / rethinkdb-net

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

Support for DateTime constructors in expressions #184

Closed mfenniak closed 9 years ago

mfenniak commented 9 years ago

This PR will address issue #154.

This is currently at a starting-point stage. DateTime works alright, but DateTimeOffset will need additional magic in order to work.