Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OracleDatabase.DeriveParameters() doesn't find parameters #12

Open
tsahi opened this issue Jul 13, 2020 · 0 comments
Open

OracleDatabase.DeriveParameters() doesn't find parameters #12

tsahi opened this issue Jul 13, 2020 · 0 comments
Assignees
Labels
bug Something isn't working Oracle bugs related to working with Oracle database
Milestone

Comments

@tsahi
Copy link
Owner

tsahi commented Jul 13, 2020

To Reproduce
Steps to reproduce the behavior:

  1. 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).

@tsahi tsahi added the bug Something isn't working label Jul 13, 2020
@tsahi tsahi self-assigned this Jul 13, 2020
@tsahi tsahi added the Oracle bugs related to working with Oracle database label Jul 13, 2020
@tsahi tsahi added this to the 6.6 milestone Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Oracle bugs related to working with Oracle database
Projects
None yet
Development

No branches or pull requests

1 participant