Samy Sultan
Samy Sultan
did you try this: ```golang options := map[string] string { "ssl": "enabled", "ssl verify": "true", "wallet": "path to wallet directory", } connStr := go_ora.BuildJDBC(username, password, jdbc_string, options) db, err :=...
> Do you parse out the c-name from the JDBC string? until now the answer is no. but if I get CN from JDBC should I compare it to CN...
fixed in next release
would you please test it in last commit before release
I find the issue after connection the driver will set the value of `session.Context` inside `session.Connect` function at the same time the watchdog go-routine created inside `session.StartContext` try to use...
I use your guid to test it locally `docker-compose up cockroachdb-v23.1` is working fine but `docker-compose up oracle-v21.3` give error
I also push a new commit that fix most of race conditioning
would you please test v2.8.10. I can't do it locally
would you please help me set up this test locally to accelerated the solution
another commit would you please test