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

FB 3: TYPE OF arguments of stored functions will hang firebird engine if depending domain or column is changed [CORE4281] #4604

Closed
firebird-automations opened this issue Nov 26, 2013 · 3 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Robert (rjm1102)

(WI-T3.0.0.30566 Firebird 3.0 Alpha 1)

Test scenario:

CREATE DOMAIN TestDomain AS INTEGER;

COMMIT;

CREATE FUNCTION TestFunction (Arg1 TYPE OF TestDomain) RETURNS INTEGER AS
BEGIN
END;

COMMIT;

ALTER DOMAIN TestDomain TYPE BIGINT;

COMMIT;

Firebird engine will hang after the last commit (Firebird service must be restarted before you can continue). This also occurs for TYPE OF COLUMN. This issue only involves stored functions; for stored procedure it works okay.

- Robert
NL

Commits: e9b291e FirebirdSQL/fbt-repository@c130d2d

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

assignee: Adriano dos Santos Fernandes [ asfernandes ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

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

resolution: Fixed [ 1 ]

Fix Version: 3.0 Alpha 2 [ 10560 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: Done successfully

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