ora icon indicating copy to clipboard operation
ora copied to clipboard

An Oracle database driver in Go.

Results 44 ora issues
Sort by recently updated
recently updated
newest added

Windows how to install ? Thanks can not find the pkg-config tool

Hi. I used `drvCfg.Env.StmtCfg.Rset.SetNumberBigInt(ora.I64)` and after restoring dump I have `sql: Scan error on column index 2: converting driver.Value type float64 (\"1e+06\") to a int: invalid syntax` which is linked...

I'm looking at issue https://github.com/golang/go/issues/13067 . Now that you can pass a context to the various query methods, what do you think about supporting setting options on queries through context?...

Continuing the hijacked #82 The easiest change is to provide an Infof and Debugf function, which is used by the default EmpLgr Logger. [logger.patch.gz](https://github.com/rana/ora/files/225443/logger.patch.gz) This is a little bit awkward...

enhancement