For the discussion, see https://groups.google.com/forum/#!topic/golang-sql/HNvcgScdyt8
TL;DR Oracle may return a cursor (resultset, rows), but the driver cannot turn it into a proper *sql.Rows with the nice Scan functionality. I've found a hack (make the driver return the driver.Rows in a Query call), but don't know whether there is a better way or not. Any ideas? Thanks in advance, Tamás Gulácsi -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
