Skip to content
Snippets Groups Projects
Commit bd6313a3 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Add 'WITH ' to be detected/accepted inside '{{WITH }}'

parent f28e7a6e
No related branches found
No related tags found
2 merge requests!691New version v24.3.0,!650Include WITH keyword
Pipeline #11735 passed
......@@ -51,7 +51,7 @@ class Evaluate {
private $startDelimiterLength = 0;
private $endDelimiter = '';
private $endDelimiterLength = 0;
private $sqlKeywords = array('SELECT ', 'INSERT ', 'DELETE ', 'UPDATE ', 'SHOW ', 'REPLACE ', 'TRUNCATE ', 'DESCRIBE ', 'EXPLAIN ', 'SET ');
private $sqlKeywords = array('SELECT ', 'INSERT ', 'DELETE ', 'UPDATE ', 'SHOW ', 'REPLACE ', 'TRUNCATE ', 'DESCRIBE ', 'EXPLAIN ', 'SET ', 'WITH ');
private $escapeTypeDefault = '';
private $report = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment