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

SQL Procedure Binding Support for DATE OUT Parameters (Type 12) #42

Open
stoch opened this issue Mar 22, 2017 · 0 comments
Open

SQL Procedure Binding Support for DATE OUT Parameters (Type 12) #42

stoch opened this issue Mar 22, 2017 · 0 comments
Assignees

Comments

@stoch
Copy link
Contributor

stoch commented Mar 22, 2017

Queries like this one should be supported in DDerl:

begin pkg_mtrac_sms.scan_index(:SQLT_STR_TABLE, :SQLT_DAT_START_DATE, :SQLT_DAT_END_DATE, :SQLT_STR_SENDER, :SQLT_STR_RECEIVER, :SQLT_STR_SHORTID, :SQLT_STR_GENERATED, :SQLT_VNU_ROWLIMIT, :SQLT_DAT_OUT_START_DATE, :SQLT_DAT_OUT_END_DATE, :SQLT_VNU_OUT_COUNT); end;

This means that we need to support DATE out parameter binding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants