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

Add support for CALL and named procedure/function parameters #833

Open
mrotteveel opened this issue Feb 1, 2025 · 0 comments
Open

Add support for CALL and named procedure/function parameters #833

mrotteveel opened this issue Feb 1, 2025 · 0 comments

Comments

@mrotteveel
Copy link
Member

Firebird 6 introduces the CALL statement as an alternative to call executable stored procedures and excluding/limiting "out" parameters, and support for explicitly identifying the procedure or function parameter by name (also in EXECUTE PROCEDURE and selects). The SQL parser probably needs to be enhanced to support this (parts of this may need to be backported to Jaybird 6 and maybe 5), and additionally we need to add support for using CALL (not to be confused with the JDBC CALL-escape) and named parameters for CallableStatement.

Exact level of support needs to be evaluated and determined (e.g. should we also support the setXXX methods with a name instead of index?).

See also:

This issue may need to be split up further.

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

1 participant