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

ISQL does not process (not extract) hex string of external SP body [CORE6293] #6535

Open
firebird-automations opened this issue May 1, 2020 · 0 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @ibprovider

Source code:
CREATE PROCEDURE UDR__GEN_ROWS_05
(START_N INTEGER NOT NULL,
END_N INTEGER NOT NULL)
RETURNS
(N INTEGER NOT NULL)
EXTERNAL NAME 'udrcpp_example.dll!gen_rows'
ENGINE UDR
AS x'000100';

ISQL extacts:

ALTER PROCEDURE UDR__GEN_ROWS_05 (START_N INTEGER NOT NULL,
END_N INTEGER NOT NULL)
RETURNS (N INTEGER NOT NULL)
EXTERNAL NAME 'udrcpp_example.dll!gen_rows'
ENGINE UDR
AS ''

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