Summary: | String concatenation operator || should work | ||
---|---|---|---|
Product: | [Applications] KEXI | Reporter: | Jarosław Staniek <staniek> |
Component: | Queries | Assignee: | Jarosław Staniek <staniek> |
Status: | CLOSED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.5.0 | ||
Target Milestone: | 2.5 | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | http://commits.kde.org/calligra/6fe27c097b72637a71ae17be95f80e66fb029375 | Version Fixed In: | 2.5.2 |
Sentry Crash Report: |
Description
Jarosław Staniek
2012-08-25 23:17:51 UTC
Git commit ae4d5c60499340876a62271fa8bed5c59580f2c9 by Jaroslaw Staniek. Committed on 31/08/2012 at 00:54. Pushed by staniek into branch 'master'. Added support for string concatenation operator || to parser M +3 -0 CHANGELOG M +210 -197 Predicate/parser/SqlParser.cpp M +4 -0 Predicate/parser/SqlParser.y http://commits.kde.org/predicate/ae4d5c60499340876a62271fa8bed5c59580f2c9 Git commit 337f34de8c0ece562f4e4e677f65278fd6a491e6 by Jaroslaw Staniek. Committed on 26/08/2012 at 01:21. Pushed by staniek into branch 'calligra/2.5'. Query Designer: Make string concatenation operator || work FIXED-IN:2.5.2 REVIEW:106199 M +2 -2 kexi/kexidb/parser/extract_tokens.sh M +2792 -2591 kexi/kexidb/parser/sqlparser.cpp M +400 -734 kexi/kexidb/parser/sqlparser.h M +4 -0 kexi/kexidb/parser/sqlparser.y M +1507 -1391 kexi/kexidb/parser/sqlscanner.cpp http://commits.kde.org/calligra/337f34de8c0ece562f4e4e677f65278fd6a491e6 Git commit 79f17fef295a58c1bc37ec7b166f10c99de81cf8 by Jaroslaw Staniek. Committed on 26/08/2012 at 01:21. Pushed by staniek into branch 'master'. Query Designer: Make string concatenation operator || work FIXED-IN:2.5.2 REVIEW:106199 M +202 -193 libs/db/parser/sqlparser.cpp M +4 -0 libs/db/parser/sqlparser.y http://commits.kde.org/calligra/79f17fef295a58c1bc37ec7b166f10c99de81cf8 Git commit 6fe27c097b72637a71ae17be95f80e66fb029375 by Jaroslaw Staniek. Committed on 26/08/2012 at 01:21. Pushed by staniek into branch 'kexi-features-staniek'. Query Designer: Make string concatenation operator || work FIXED-IN:2.5.2 REVIEW:106199 M +202 -193 libs/db/parser/sqlparser.cpp M +4 -0 libs/db/parser/sqlparser.y http://commits.kde.org/calligra/6fe27c097b72637a71ae17be95f80e66fb029375 |