-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Oracle tool invocation with DML SQL raises error #2026
Copy link
Copy link
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.product: oracleOracleOracletype: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.product: oracleOracleOracletype: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Type
Fields
Give feedbackNo fields configured for Bug.
Prerequisites
Toolbox version
toolbox version 0.21.0
Environment
Users encountered an “incorrect array type” error when running DML statements (insert, delete etc.). DQL queries worked fine (e.g select).
Log shows that the parameter is passed in as a string variable correctly, so the issue may happen when the driver is parsing a response from the Oracle server.
Client
No response
Expected Behavior
DML queries should be supported
Current Behavior
Steps to reproduce?
Additional Details
No response