Error when compiling the procedure containing the statement if (x = (select 
...))
---------------------------------------------------------------------------------

                 Key: CORE-4204
                 URL: http://tracker.firebirdsql.org/browse/CORE-4204
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 2.5.3
            Reporter: Peter Makmak


Error when compiling the procedure containing the statement if (x = (select 
...))

for example:

compilation procedures

create or alter procedure Test_C
as
declare variable X varchar(16);
begin

  if (x =(select '123' from Rdb$Database)) then
  begin
    exit;
  end
end

fails with a message
      Column unknown. X 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to