mattn / go-oci8

Oracle driver for Go using database/sql
https://mattn.kaoriya.net/
MIT License
630 stars 212 forks source link

Update go 1.13 revision, add 1.14 and 1.15 versions as tests harnesses #409

Closed lggomez closed 3 years ago

lggomez commented 3 years ago

First step related to #408

lggomez commented 3 years ago

With the given feedback, I refactored the code into functions (including the go test section). First section seems to work, I can't reach the second part as I am not able to startup the database

Do you have a startup.sh script that you can share? I installed oracle 11.2xe via alien on linux mint 20, so I'm not discarding something with my local installation may be wrong

MichaelS11 commented 3 years ago

Here is the startup.sh file: https://github.com/wnameless/docker-oracle-xe-11g/blob/master/assets/startup.sh

MichaelS11 commented 3 years ago

@lggomez Thank you! :)