https://bugs.kde.org/show_bug.cgi?id=358636
Bug ID: 358636 Summary: <SELECT "a" + "b"> SQL queries don't work Product: kexi Version: 2.9.10 Platform: Other OS: All Status: UNCONFIRMED Severity: normal Priority: NOR Component: Queries Assignee: kexi-b...@kde.org Reporter: stan...@kde.org CC: a...@piggz.co.uk, in...@fables.co.za <SELECT "a" + "b"> parses in Kexi 2.9.7 but results in invalid type/value. Reproducible: Always Steps to Reproduce: 1. In the SQL view enter: SELECT "a" + "b" 2. Switch to data view Actual Results: Empty [boolean] column Expected Results: Text column with value "ab" Also, <SELECT "a" || "b"> does not work for MySQL. -- You are receiving this mail because: You are watching all bug changes.