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
cursor:=rdb.DB("my_database").Table("test").Get("some-id").Field("stringArrayField").Run(a.conn)
varthisShoudBeAStringArrayinterface{}
cursor.One(&thisShoudBeAStringArray)
fmt.Println(thisShoudBeAStringArray) // Observe that it's the first element of the array
gopkg.in/rethinkdb/rethinkdb-go.v5 v5.1.0
This code
prints a line for each element of an array when it should be a single line.
This is a Go-specific bug. It cannot be reproduces with the stock JS driver.
The text was updated successfully, but these errors were encountered: