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
Submitted by: Alex Bekhtin (afgm)
create procedure test(field_name type of column rdb$types.rdb$field_name) as begin end
select cast(p.rdb$procedure_blr as blob sub_type text) from rdb$procedures p where p.rdb$procedure_name='TEST' -------- blr_version5,blr_begin, blr_message, 0, 2,0, blr_column_name, 0, 9, 'R','D','B','$','T','Y','P','E','S', blr_text, 82,68, *** blr operator 24895616 is undefined ***
Commits: 495cd83 FirebirdSQL/fbt-repository@41c7b27
The text was updated successfully, but these errors were encountered:
assignee: Adriano dos Santos Fernandes [ asfernandes ]
Sorry, something went wrong.
status: Open [ 1 ] => Resolved [ 5 ]
resolution: Fixed [ 1 ]
Fix Version: 2.5.5 [ 10670 ]
Version: 2.5.4 [ 10585 ]
status: Resolved [ 5 ] => Resolved [ 5 ]
QA Status: No test => Done successfully
status: Resolved [ 5 ] => Closed [ 6 ]
asfernandes
No branches or pull requests
Submitted by: Alex Bekhtin (afgm)
create procedure test(field_name type of column rdb$types.rdb$field_name) as
begin
end
select cast(p.rdb$procedure_blr as blob sub_type text) from rdb$procedures p where p.rdb$procedure_name='TEST'
--------
blr_version5,blr_begin, blr_message, 0, 2,0, blr_column_name, 0, 9, 'R','D','B','$','T','Y','P','E','S', blr_text, 82,68, *** blr operator 24895616 is undefined ***
Commits: 495cd83 FirebirdSQL/fbt-repository@41c7b27
The text was updated successfully, but these errors were encountered: