go-ora icon indicating copy to clipboard operation
go-ora copied to clipboard

Pure go oracle client

Results 52 go-ora issues
Sort by recently updated
recently updated
newest added

We have a program running in production that has a query method like below. We set 30s read timeout and have multiple goroutines excuting this function for loop. srconn is...

I'm about to migrate a project (from godror to go-ora) that currently uses godror's [NewQueue](https://github.com/godror/godror/blob/v0.37.0/queue.go#L66) and [Dequeue](https://github.com/godror/godror/blob/v0.37.0/queue.go#L206) functions. Do you have any plans to implement equivalent API functions in go-ora?...

enhancement

My application states ORA-01013 errors when accessing a prepared query. This error doesn't exist with v2.8.11

fixed

Fixed: utils.refineSqlText - Removed the increment from the form index if the character is '\\', as it is removing a single quote when the query has a concatenation of texts...

The panic error stack is as follows: ``` /vendor/github.com/sijms/go-ora/v2/network.(*Session).GetInt64(0xc057a73250?, 0x4b2ed60?, 0x0?, 0x0?) /vendor/github.com/sijms/go-ora/v2/network/session.go:1594 +0x192 /vendor/github.com/sijms/go-ora/v2/network.(*Session).GetInt(...) /vendor/github.com/sijms/go-ora/v2/network/session.go:1610 /vendor/github.com/sijms/go-ora/v2.(*Connection).readMsg(0xc00743e000, 0x1?) /vendor/github.com/sijms/go-ora/v2/connection.go:1211 +0xcd /vendor/github.com/sijms/go-ora/v2.(*Connection).read(0xc00743e000) /vendor/github.com/sijms/go-ora/v2/connection.go:346 +0x78 /vendor/github.com/sijms/go-ora/v2.(*simpleObject).exec(0xc004b151d8) /vendor/github.com/sijms/go-ora/v2/simple_object.go:60 +0x5c /vendor/github.com/sijms/go-ora/v2.(*Connection).Ping(0xc00743e000, {0x4b42020, 0xc04c87ec60}) /vendor/github.com/sijms/go-ora/v2/connection.go:279...

I upgraded go-ora recently due to issue [#548](https://github.com/sijms/go-ora/issues/548). My application reproduces this error again after upgrading in production. seems issue is not solved completely. go-ora version: 2.8.17 or 2.8.19 oracle...

I am researching a potential issue created (or maybe solved) when going from go-ora version 2.7.24 to any version greater than that. Currently, I believe the issue is related to...

![image](https://github.com/sijms/go-ora/assets/115683374/d74d9aa2-1da9-473c-8999-798573d807b3)

Need to increase length judgment