Issue Details (XML | Word | Printable)

Key: CORE-2579
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

Parameters and variables cannot be used as expressions in EXECUTE PROCEDURE parameters without a colon prefix

Created: 31/Jul/09 09:29 AM   Updated: 01/Aug/09 12:16 PM
Return to search
Component/s: Engine
Affects Version/s: 2.5 Beta 2
Fix Version/s: 2.5 RC1

Time Tracking:
Not Specified

Planning Status: Unspecified


 Description  « Hide
This regression has introduced in the CORE-2538 fix.

create procedure P123 (param int)
as
begin
   execute procedure p123 (param);
end


 All   Comments   Work Log   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.