SAP / go-ase

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

Add missing datatypes for cgo implementation #50

Closed ntnn closed 4 years ago

ntnn commented 4 years ago

Description

This adds the missing cgo types TEXT, UNICHAR and UNITEXT as well as their respective tests and samples for integration tests.

How was the patch tested?

Using make test and make integration using the tests added in #51.