You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Have no idea how to implement this test using provided in FB 4.0 UDR example library:
create or alter procedure gen_rows (start_n integer not null, end_n integer not null ) returns ( n integer not null )
external name 'udrcpp_example!give_me_rows'
engine udr
;
commit;
-- returns :
Statement failed, SQLSTATE = HY000
Entry point not found
-- for all versions of FB 4.0.x (i.e. there is no difference in output before and after this ticket was fixed)
The text was updated successfully, but these errors were encountered:
description: Displaying that information to user will help to diagnose and fix various problems related to use of various dynamically loaded modules. => Displaying that information to user will help to diagnose and fix various problems related to use of dynamically loaded modules.
Test Details: Have no idea how to implement this test using provided in FB 4.0 UDR example library:
create or alter procedure gen_rows (start_n integer not null, end_n integer not null ) returns ( n integer not null )
external name 'udrcpp_example!give_me_rows'
engine udr
;
commit;
-- returns :
Statement failed, SQLSTATE = HY000
Entry point not found
-- for all versions of FB 4.0.x (i.e. there is no difference in output before and after this ticket was fixed)
Submitted by: @AlexPeshkoff
Displaying that information to user will help to diagnose and fix various problems related to use of dynamically loaded modules.
Commits: 08e6b18
====== Test Details ======
Have no idea how to implement this test using provided in FB 4.0 UDR example library:
create or alter procedure gen_rows (start_n integer not null, end_n integer not null ) returns ( n integer not null )
external name 'udrcpp_example!give_me_rows'
engine udr
;
commit;
-- returns :
Statement failed, SQLSTATE = HY000
Entry point not found
-- for all versions of FB 4.0.x (i.e. there is no difference in output before and after this ticket was fixed)
The text was updated successfully, but these errors were encountered: