Commit 8df9cd36 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge branch 'DBAL-452' into 2.3

parents 9d52f004 ed676d68
......@@ -190,6 +190,7 @@ class MySQLKeywords extends KeywordList
'PROCEDURE',
'PURGE',
'RAID0',
'RANGE',
'READ',
'READS',
'REAL',
......
......@@ -151,6 +151,7 @@ class OracleKeywords extends KeywordList
'MODE',
'ROWS',
'WITH',
'RANGE',
);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment