bikain

Results 3 issues of bikain

**Describe the bug** If use out Oracle object with field type CLOB, the connection is not closed. **To Reproduce** Oracle type ``` create or replace type typeClob as object( id...

**Describe the bug** Hello. **go.code**: ``` type ResponseCreatePayGroup struct { GroupID int64 `json:"groupId,omitempty" format:"int64"` Pays []ResponseCreatePay `json:"pays,omitempty"` *cheque.Cheque `json:"cheque,omitempty"` } // @name ResponseCreatePayGroup ``` If i make swagger at 2.0...

Hello. I want to use GO-ORA for connection pools in microservices. I use: 1. parameters **SESSION_TIMEOUT** for set timeOut. 2. sql.DB.SetMaxOpenConns for set maximum pool size. 3. sql.DB.SetConnMaxLifetime for set...