rheilek

Results 1 issues of rheilek

If the go program connect to more than one database/schema and using `go_ora.AddSessionParam` the last call to `AddSessionParam` overwrites other values. for example: - `db1 := db.Open("db1.example.com"`) - `go_ora.AddSessionParam(db1, "CURRENT_SCHEMA",...