You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
To Reproduce
Steps to reproduce the behavior:
OracleDatabase.DeriveParameters()
with a valid DbCommand of a stored procedureActual 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):
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).
The text was updated successfully, but these errors were encountered: