This has already been asked at golang-sql 
(https://groups.google.com/forum/#!topic/golang-sql/HNvcgScdyt8), but no 
answer yet.
Maybe the wider audience here has a solution.

Hi,

Is there a way to convert a driver.Rows to an sql.Rows ?
Oracle is a strange, inconsistent beast where you can return a cursor from 
a statement executed with Exec.
gopkg.in/goracle.v2 returns this as driver.Rows, but that's uneasy to use.

Maybe a helper for use a driver.Rows as an sql.Rows could be enough.

Or any other idea?
What to return from the driver?

Thanks,
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 golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to