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

Show OS-specific error when entrypont is not found in dynamic library [CORE6069] #6319

Closed
firebird-automations opened this issue May 28, 2019 · 6 comments

Comments

@firebird-automations
Copy link
Collaborator

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)

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

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.

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

Version: 4.0 Beta 1 [ 10750 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 4.0 Beta 2 [ 10888 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Resolved [ 5 ] => Resolved [ 5 ]

QA Status: No test => Deferred

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)

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Resolved [ 5 ] => Closed [ 6 ]

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