Open
Description
To Reproduce
Steps to reproduce the behavior:
- call
OracleDatabase.DeriveParameters()
with a valid DbCommand of a stored procedure
Actual behavior
The Parameters
property of the command is not filled with the parameters for the procedure.
Expected behavior
The Parameters
property should be filled with the parameters for the procedure, retrieved from cache or the database.
Context (please complete the following information):
- OS: Windows
- DAAB Version: 6.0
- DB: Oracle
Additional context
DAAB is currently using OracleClient, which is deprecated and last updated around when Oracle 8 was out. It's possible the Oracle API have changed since. We should test this bug when we switch to Oracle Data Provider for .NET (ODP.NET).