go-goracle/goracle

Example for using ServerVersion()

asimondev opened this issue · 2 comments

Hi,
could you please provide an example how to use the ServerVersion() function with Context and Execer parameters?

Thanks in advance

Andrej

See z_test.go line 92 - context.Background() and an *sql.DB (returned by sql.Open("goracle", sid)) is enough.

Thanks a lot!