Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3.9, 10.3(EOL)
-
None
-
All OS
Description
with sql_mode=Oracle, the following query
select * from dual where 'ab' like 'a'||'%';
failed with
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '||'%'' at line 1
Attachments
Issue Links
- is blocked by
-
MDEV-17374 Shift/reduce conflicts because of SOUNDS_SYM, ESCAPE_SYM, USER_SYM not given precedence
- Closed
- relates to
-
MDEV-16156 PIPES_AS_CONCAT does not work well
- Open
-
MDEV-16186 Concatenation operator || returns wrong results in sql_mode=ORACLE
- Closed
-
MDEV-17406 Problems with LIKE using a parenthesized expression in the pattern
- Open
-
MDEV-17408 VIEW is incorrectly defined for a combination of = and BETWEEN
- Closed
- links to