Subject Re: Wanting to shift from firebird 1.0.3 on redhat to 2.1.2 on windows server 20
Author anthony.bydeveldt
Well, due to some dodgy programming it looks like I will have to settle for 1.0.3 or 1.5 on win for the moment. Everything looks good except for the upgrade to aliases. It seems that the programmer has used aliases in conjunction with fully qualified names in some queries, which is throwing sql exceptions.

e.g.:
select *
from supplier s
where supplier.strsuppliername = 'FRED'