mattn / go-oci8

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

Improperly closing nil statement #298

Closed kurt-google closed 5 years ago

kurt-google commented 5 years ago

https://github.com/mattn/go-oci8/blob/35b6e6981f5481394c6ebf17eea4076c9c76cabf/connection.go#L29

Improperly closes on failure to prepare the statement.

MichaelS11 commented 5 years ago

Should be fixed. Please test and close if fixed.

kurt-google commented 5 years ago

Thanks.