@@ -177,7 +177,8 @@ type ChangeResponse struct {
177
177
type RunOpts struct {
178
178
Db interface {} `gorethink:"db,omitempty"`
179
179
Profile interface {} `gorethink:"profile,omitempty"`
180
- UseOutdated interface {} `gorethink:"use_outdated,omitempty"`
180
+ ReadMode interface {} `gorethink:"read_mode,omitempty"`
181
+ UseOutdated interface {} `gorethink:"use_outdated,omitempty"` // Deprecated
181
182
ArrayLimit interface {} `gorethink:"array_limit,omitempty"`
182
183
TimeFormat interface {} `gorethink:"time_format,omitempty"`
183
184
GroupFormat interface {} `gorethink:"group_format,omitempty"`
@@ -254,7 +255,8 @@ func (t Term) RunWrite(s *Session, optArgs ...RunOpts) (WriteResponse, error) {
254
255
type ExecOpts struct {
255
256
Db interface {} `gorethink:"db,omitempty"`
256
257
Profile interface {} `gorethink:"profile,omitempty"`
257
- UseOutdated interface {} `gorethink:"use_outdated,omitempty"`
258
+ ReadMode interface {} `gorethink:"read_mode,omitempty"`
259
+ UseOutdated interface {} `gorethink:"use_outdated,omitempty"` // Deprecated
258
260
ArrayLimit interface {} `gorethink:"array_limit,omitempty"`
259
261
TimeFormat interface {} `gorethink:"time_format,omitempty"`
260
262
GroupFormat interface {} `gorethink:"group_format,omitempty"`
0 commit comments