Example for using ServerVersion()
asimondev opened this issue · 2 comments
asimondev commented
Hi,
could you please provide an example how to use the ServerVersion() function with Context and Execer parameters?
Thanks in advance
Andrej
tgulacsi commented
See z_test.go line 92 - context.Background() and an *sql.DB (returned by sql.Open("goracle", sid)) is enough.
asimondev commented
Thanks a lot!