-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
different charset support? #441
Comments
there is a way to define custom encode and decode through implement IStringConveter interface and pass this value to connection after connect |
v2.7.18 |
Thanks, but still panics.
go-ora/v2/connection_string.go Line 272 in 47c7295
|
yes don't use charset in dsn as you are using the same charset of the server |
Oh, I tried with But I'm just not sure it is correct implementation. Can you correct me if I'm wrong? Now I think I can replace go-ora, which I had to change encoding every message manually. Thanks!
|
the implementation is correct |
Hi, I'm having issue with godror and replace it with go-ora. cgo dependancies really annoying in our environment.
But our old legacy oracle db uses different charset.
Is it possible to support different charset?
The text was updated successfully, but these errors were encountered: