SAP / go-ase

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

Handle ReturnStatusPackage in genericResults #109

Closed ntnn closed 4 years ago

ntnn commented 4 years ago

Description

Handles the ReturnStatusPackage in genericResults. This package is send e.g. when executing a stored procedure with a return value.

How was the patch tested?

Manually with goase 'sp_serveroption SYB_BACKUP, timeout, false'.