mfenniak / rethinkdb-net

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

Remove reflection from TupleDatumConverterFactory #69

Closed mfenniak closed 11 years ago

mfenniak commented 11 years ago

Pretty much fixed by 91f340475787f1d303bdce0f4ee42b6e67cbac3a; only remaining reflection is the creation of the Tuple objects via invoking their constructor, and I can live with that.