SAP / go-ase

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

Remove CursorRows.Delete #199

Closed ntnn closed 3 years ago

ntnn commented 3 years ago

Description

TDS requires the client application the send exactly the table reference used in the cursor when deleting a row.

While it is possible to build valid table references from the communication it is not possible to reliably pull the correct table reference from the user-supplied SQL query.

Related issues

-

Tests