https://bugs.kde.org/show_bug.cgi?id=420599
--- Comment #2 from Jarosław Staniek <stan...@kde.org> --- For the example query given in https://bugs.kde.org/show_bug.cgi?id=420599#attach_127876 This works: SELECT group FROM source (because KDb escapes indentifiers in the driver's dialect and there is no confusion for the parser) This should work SELECT [group] FROM source once this wish is implemented: https://bugs.kde.org/show_bug.cgi?id=332161 Don't forget to read conclusion from there. And possible find disadvantages. (As of KDb 3.2.0 [group] means unconditionally a query parameter) PS: Any such improvements are apparently KDb-only. KEXI would follow. -- You are receiving this mail because: You are watching all bug changes.