bchavez / RethinkDb.Driver

:headphones: A NoSQL C#/.NET RethinkDB database driver with 100% ReQL API coverage.
http://rethinkdb.com/api/java
Other
384 stars 134 forks source link

Fixes #39. JObject Pseudo Type Conversion #47

Closed bchavez closed 8 years ago

bchavez commented 8 years ago

Fixes #39. Breaking Change: JObject and JArray (JToken derivatives) now, by default, get passed through pseudo type conversion before being passed back to the user.