Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
smradius
smradius
Commits
c203ca1d
Commit
c203ca1d
authored
May 16, 2019
by
Nigel Kukard
Browse files
Fixed DB test where statement creation
parent
692c9c1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
t/200-dbtests.t
View file @
c203ca1d
...
...
@@ -1111,7 +1111,7 @@ sub testDBResults
# Add data for template placeholders
push
(
@whereData
,
$where
->
{
$columnName
});
}
my
$whereLines_str
=
join
('
,
',
@whereLines
);
my
$whereLines_str
=
join
('
AND
',
@whereLines
);
# Check if we're not disabling ordering
my
$extraSQL
=
"";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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