[MDEV-16202] Latest changes made erroneously some keywords reserved in sql_mode=ORACLE Created: 2018-05-17  Updated: 2018-05-17  Resolved: 2018-05-17

Status: Closed
Project: MariaDB Server
Component/s: Parser
Affects Version/s: 10.3
Fix Version/s: 10.3.7

Type: Bug Priority: Major
Reporter: Alexander Barkov Assignee: Alexander Barkov
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Blocks
blocks MDEV-15975 PL/SQL parser does not understand his... Closed

 Description   

SET sql_mode='';
SELECT system;

ERROR 1054 (42S22): Unknown column 'system' in 'field list'

SET sql_mode=ORACLE;
SELECT system;

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 'system' at line 1

The same problem is repeatable for PERIOD, HISTORY, SYSTEM_TIME, VERSIONING, WITHOUT.


Generated at Thu Feb 08 08:27:08 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.