-
Notifications
You must be signed in to change notification settings - Fork 66
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
Comments
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. |
so recommend upgrade from ora.v3 to ora.v4 (go 1.8)? |
Absolutely!
Jia Lu <[email protected]> ezt írta (időpont: 2017. márc. 6., H
3:26):
… so recommend upgrade from ora.v3 to ora.v4 (go 1.8)?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#169 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAPoSoZA69_6mqPNxox_o2P-7vugH4YPks5ri27CgaJpZM4MTHph>
.
|
@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. |
It is used in production.
I don't have a mac. strace, gdb?
Asaf Shakarzy <[email protected]> ezt írta (időpont: 2017. márc.
28., K 11:50):
@tgulacsi <https://github.com/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:
[asaf@Asafs-MacBook-Pro 1]$ cat foo.go
package main
import (
_ "gopkg.in/rana/ora.v4"
)
func main() {
}[asaf@Asafs-MacBook-Pro 1]$ go run foo.go
signal: killed
Any clue?
Thanks.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#169 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAPoSp0x7IeQSueXh4DsGsks6TNFdX-aks5rqNfsgaJpZM4MTHph>
.
|
It has something to do with: golang/go#11887 Adding -ldflags=-s works for now. Thanks. |
See golang/go#19734 |
Hi, authors !
Is the ora v4.1.5 stable for production ?
The text was updated successfully, but these errors were encountered: