Firdavs Toshev

Results 2 issues of Firdavs Toshev

When using `context.WithTimeout` with `Conn`, `PrepareContext`, and `ExecContext`, the query execution continues far beyond the specified timeout duration. **Example Code** ```go ctx, cancel := context.WithTimeout(context.Background(), 15*time.Second) defer cancel() conn, err...

When using `go-ora.RefCursor`, if a stored procedure does not assign a value to the cursor (e.g., returns NULL or leaves it uninitialized), calling `RefCursor.Query()` leads to an Oracle error (e.g.,...

fixed