Closed veqryn closed 7 years ago
No, and I don't plan to add it - but PRs are welcome! With Go 1.9, everything can be done with database/sql, so a lot of code is surplus.
A rewrite from scratch (with a nice C helper lib) is at gopkg.in/goracle.v2 (github.com/go-goracle/goracle).
I actually just found that a few hours ago and was giving it a try, but was unable to get it to work for an rset out variable: https://github.com/go-goracle/goracle/issues/27
Thanks for helping me over there! Closing this...
Does or can this library support sql.Out (new in golang 1.9)?
The example usage would be:
There could of course be multiple out and inout variables, and the destination could be an RSET or something else.