String concatenation operator doesn't allow chaining

Bug #786509 reported by Piotr Przybylski
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
Medium
Brian Aker

Bug Description

In other DBMSs I can execute the following query and get "abc" as a result:
select 'a' || 'b' || 'c'
but in Drizzle I have to do
select ('a' || 'b') || 'c'
because the original query is reported as having incorrect syntax (error 1064 (42000)).

Related branches

Brian Aker (brianaker)
Changed in drizzle:
assignee: nobody → Brian Aker (brianaker)
importance: Undecided → Medium
status: New → Fix Committed
Changed in drizzle:
status: Fix Committed → Fix Released
milestone: none → 2011-06-06
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.