Subject Re: [firebird-support] Implementation limit exceeded
Author Dmitry Yemanov
Helen Borrie wrote:
>
>> select * from Relation rel, SYS_Keyword skw, SYS_EntityClass_LU sec
>> where rel.KeywordID = skw.KeywordID and
>> sec.ID = skw.EntityClassID and
>> rel.RoleID = 2017 and
>> sec.Name = 'relation.Relation' <----------------------------------
>> order by rel.RoleID asc;
>
> Such a query is illegal in v2.0

No, it's pretty legal. What you've marked is a text literal :-)


Dmitry