Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is ora stable for production ? #169

Closed
kindule opened this issue Mar 4, 2017 · 7 comments
Closed

Is ora stable for production ? #169

kindule opened this issue Mar 4, 2017 · 7 comments
Assignees

Comments

@kindule
Copy link

kindule commented Mar 4, 2017

Hi, authors !

Is the ora v4.1.5 stable for production ?

@tgulacsi
Copy link
Collaborator

tgulacsi commented Mar 4, 2017

As stable, as I can manage: no breaking changes in major version (v4), all API changes (extensions) gets a new minor version (v4.1: ora.L) and all changes gets new patch version.

Production readiness: we have no known bugs, but that's all.
I'm using it in production, but for a limited scope: no LOBs, no NVARCHAR2, no db restarts - see the recently closed issues.
If someone reports an issue, I'll try my best to reproduce it and fix it.

@lujiacn
Copy link

lujiacn commented Mar 6, 2017

so recommend upgrade from ora.v3 to ora.v4 (go 1.8)?

@tgulacsi
Copy link
Collaborator

tgulacsi commented Mar 6, 2017 via email

@asaf
Copy link

asaf commented Mar 28, 2017

@tgulacsi Is Oracle client 12.2 is mandatory ? I have 12.1 (there's no 12.2 for OSX) installed.

It compiles fine but this is the result:

$ cat foo.go 
package main

import (
	_ "gopkg.in/rana/ora.v4"
)

func main() {
	
$ go run foo.go 
signal: killed

Any clue?

Thanks.

@tgulacsi
Copy link
Collaborator

tgulacsi commented Mar 28, 2017 via email

@asaf
Copy link

asaf commented Mar 28, 2017

It has something to do with: golang/go#11887

Adding -ldflags=-s works for now.

Thanks.

@tgulacsi
Copy link
Collaborator

See golang/go#19734

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants