Samy Sultan

Results 133 comments of Samy Sultan

hi @ColinLeeCampbell remove security section `(SECURITY=(SSL_SERVER_CERT_DN="CN=cname,O=org,L=location")` and test again

Custom configuration is supported in v2.8.12

Hi @elgs number return from oracle database can be `in64` or `float64` values or value beyond their limit. beside I can't anticipate what data type you will pass to sql.Scan...

I will explain the issue for you see this code: ```golang db, err := sql.Open("oracle", os.Getenv("DSN")) if err != nil { panic(err) } defer func() { err = db.Close() if...

you convert number to float64 this will return back to issue #516 also using string with `sql` package is ok as it will convert to it requested data type automatically

if I return 3 types `int64`, `float64` and `string` still client should do some work to deal with `string` which means issue still present

would you see what is the last messages in log file