Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vdk-core: handle fetchall errors for oracledb (#2917)
## Why? vdk-oracle needs to be able to execute querieswithing the vdk-framework. This requires oracle specifics to be supported inside managed_connection_base ## What? Add the oracle exception message for fetchall getting called after queries that do not return a result, e.g. DROP TABLE ## How was this tested? Ran locally using the dev version of vdk-oracle ## What kind of change is this? feature/non-breaking Signed-off-by: Dilyan Marinov <[email protected]>
- Loading branch information