INSERT INTO Customer VALUES (@ClientId, @Height, @FirstName)
syntax uses prepared statements under the hood, which are not supported by Oxla. We translate incoming binary input back into string, thus no benefits of such statements apply (no security or performance improvements)connection.Execute
- returns improper number of rows for DELETE
, UPDATE
, INSERT INTO ... (SELECT)
and COPY
statementsconnection.BeginTransaction
- TransactionsCommandType.StoredProcedure
- Stored Procedures