Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
fabb524c
Commit
fabb524c
authored
Aug 30, 2017
by
Carsten Rose
Browse files
#4331 / SQL Statement 'REPLACE' not fired - Keyword missing in list of SQL Keywords
parent
fe2b8f89
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/Evaluate.php
View file @
fabb524c
...
...
@@ -32,7 +32,7 @@ class Evaluate {
private
$startDelimiterLength
=
0
;
private
$endDelimiter
=
''
;
private
$endDelimiterLength
=
0
;
private
$sqlKeywords
=
array
(
'SELECT '
,
'INSERT '
,
'DELETE '
,
'UPDATE '
,
'SHOW '
);
private
$sqlKeywords
=
array
(
'SELECT '
,
'INSERT '
,
'DELETE '
,
'UPDATE '
,
'SHOW
'
,
'REPLACE
'
);
private
$escapeTypeDefault
=
''
;
// private $debugStack = array();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment