You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the query r.table("test").insert(r.hashMap("foo", "bar").run(conn) returns a Map.
But this is the Java driver and we'd have a better interface if we had a POJO, provided by the driver, to unserialize to. This would make the query just barely slightly bigger:
Currently, the query
r.table("test").insert(r.hashMap("foo", "bar").run(conn)
returns a Map.But this is the Java driver and we'd have a better interface if we had a POJO, provided by the driver, to unserialize to. This would make the query just barely slightly bigger:
But this would give automatic completion for all the documented values.
List of known objects:
TimeObject (now, time, epochTime, iso8601, inTimezone, date)Converted to OffsetDateTime(Note: these aren't official nor final names)
The text was updated successfully, but these errors were encountered: