Specifying of "*/" (closing of [multi-lined] comment) as ALIAS of column inside 
multi-lined COMMENTED block causes "Expected end of statement, encountered EOF"
---------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: CORE-4776
                 URL: http://tracker.firebirdsql.org/browse/CORE-4776
             Project: Firebird Core
          Issue Type: Bug
            Reporter: Pavel Zotov


Test-1:
=====
set list on;
--/*
select 'create table foo(id dm_ids);' as "/* table for tests */" from 
rdb$database;
--*/


Output-1:
=======
/* table for tests */           create table foo(id dm_ids);

(i.e. so far its OK ).

Test-2:
=====
set list on;
/*
select 'create table foo(id dm_ids);' as "/* table for tests */" from 
rdb$database;
*/

STDOUT:  empty
STDERR:  "Expected end of statement, encountered EOF"


-- 
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

        

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to