SAP / go-ase

SAP ASE Database Client for Go
Apache License 2.0
25 stars 14 forks source link

TLS handling in purego #113

Closed ntnn closed 4 years ago

ntnn commented 4 years ago

Description

Adds TLS handling in purego.

How was the patch tested?

make integration-go, make integration-cgo.

ntnn commented 4 years ago

I wasn't happy with the code yesterday, so I went in and made a couple changes.

Most notably the options are now part of the Info struct. That will make it easier for us to keep track of options in the long run. We'll also have to go through and move other existing to field members.