SAP / go-ase

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

Fix very specific cursor close problem #197

Closed ntnn closed 3 years ago

ntnn commented 3 years ago

Description

Fixes an issue that closing a cursor with arguments fails if a cursor without arguments was opened beforehand. This iteration sends a different pattern of TDS packages than expected, which is handled with this PR.

Related issues

This may also fix #193

Tests