Re: [go-nuts] Oracle

2017-11-20 Thread Sanjay Banerji
Hello Jan:  Thanks for your prompt reply.  Will try again.  Will contact author after that if unsuccessful.  Yes, it is https://github.com/mattn/go-oci8 -  My inexpert guess is that there is some problem with how git is installed in my Windows pc.  Sanjay On 2017-11-18 22:26, Jan Mercl wrote:

[go-nuts] Oracle

2017-11-18 Thread Tamás Gulácsi
gopkg.in/goracle.v2 installs with "go get" if a C compiler is ready. Supports calling stored procedures with using database/sql only, too. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails

Re: [go-nuts] Oracle

2017-11-18 Thread Jan Mercl
On Sat, Nov 18, 2017 at 5:09 PM wrote: > First, let me thank the person who has written the Oracle (oci8) package for Go (preferred over the other Oracle package). > However, it seems difficult to install, on Windows at least. Google-ing for help did not give a solution. I am less than 7 hours ol

[go-nuts] Oracle

2017-11-18 Thread sanjay
First, let me thank the person who has written the Oracle (oci8) package for Go (preferred over the other Oracle package). However, it seems difficult to install, on Windows at least. Google-ing for help did not give a solution. I am less than 7 hours old in Go, so perhaps after soldering on

[go-nuts] Oracle db and panics on interrupt

2017-04-26 Thread pierre . curto
Hello, I am unsure where to log the following issue: whenever I send an interrupt signal to a go process running an Oracle query, it panics with either "fatal: morestack on g0" or "fatal error: runtime: stack split at bad time". A sample code reproducing the issue is here