Samy Sultan

Results 133 comments of Samy Sultan

You should use wallet. still I didn't make an option to set tls.Config

> @sijms do you know how to add a certificate once new wallet is created using " func NewWallet() " you should pass wallet path as url option in connection...

@firdavstoshev would you please point to the piece of code that produce the error or make PR I test the code on my local environment without errors

sorry oracle before version 9 is not tested so not supported

still os authentication doesn't work with linux (only windows)

starting from v2.8.8 the return size for inline lobs up to 1GB I will review the code for inline lobs and see if it can be modified to accept multiple...

would you please test the following: ```golang package main import ( "database/sql" "fmt" _ "github.com/sijms/go-ora/v2" "os" ) func main() { db, err := sql.Open("oracle", os.Getenv("DSN")) if err != nil {...

Hi @bersace I will investigate how to implements and inform you