Subject TIBOQuery generating invalid SQL "under the hood"
Author Bjørge Sæther
Hello,

I'm having this problem with TIBOQuery modifying SQL under the hood,
resulting in invalid SQL:

was:
SELECT
*
FROM
INVOICE

...is modified to:

SELECT
*
, INVOICE.RDB$DB_KEY
FROM
INVOICE

...which won't compile.

I surely see what's the problem: Table 'INVOICE' does not exist.
But - what's reported is some invalid char ',' - naturally when you see what
SQL is being generated.

This must be a bug. Agreed ?

--
Bj�rge S�ther
bjorge@hahaha_itte.no