Issue Details (XML | Word | Printable)

Key: CORE-1784
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Adriano dos Santos Fernandes
Reporter: Adriano dos Santos Fernandes
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Firebird Core

Error with EXECUTE PROCEDURE inside EXECUTE STATEMENT

Created: 11/Mar/08 11:38 AM   Updated: 14/Mar/08 11:32 AM
Return to search
Component/s: Engine
Affects Version/s: 2.1 Alpha 1, 2.1 Beta 1, 2.0.3, 2.1 Beta 2, 2.1 RC1, 2.1 RC2
Fix Version/s: 2.5 Alpha 1

Time Tracking:
Not Specified

Planning Status: Unspecified


 Description  « Hide
Test case:

create procedure p1 returns (n1 integer, n2 integer)
as
begin
    n1 = 111;
    n2 = 222;
end!

execute block returns (n1 integer, n2 integer)
as
begin
  execute statement
    'execute procedure p1' into n1, n2;
  suspend;
end!

          N1 N2
============ ============
Statement failed, SQLCODE = -901
request synchronization error


 All   Comments   Work Log   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
The cvs commits can not be displayed for repository Firebird at the moment since the log has not yet been parsed. The log will be parsed the next time the VcsService runs. If you have administrators privileges you can hasten the next time the service will run in the service section of the Administration pages.