https://bugs.kde.org/show_bug.cgi?id=340056

--- Comment #17 from Jarosław Staniek <stan...@kde.org> ---
Created attachment 96777
  --> https://bugs.kde.org/attachment.cgi?id=96777&action=edit
Simple test database, for the record

See the query1: after the fix its SQL is "SELECT t1.b FROM t1, t2 WHERE t2.id =
t1.a".
Before the fix it is "SELECT b FROM t1, t2 WHERE t2.id = t1.a" what caused
error because "b" isn't unique name.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to