Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Raphael
histream
Commits
e5576f02
Commit
e5576f02
authored
Nov 17, 2017
by
R.W.Majeed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed SQL error
parent
2e667a32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
histream-i2b2/src/main/java/de/sekmi/histream/i2b2/I2b2ExtractorImpl.java
...c/main/java/de/sekmi/histream/i2b2/I2b2ExtractorImpl.java
+1
-1
No files found.
histream-i2b2/src/main/java/de/sekmi/histream/i2b2/I2b2ExtractorImpl.java
View file @
e5576f02
...
...
@@ -86,7 +86,7 @@ public class I2b2ExtractorImpl extends I2b2Extractor {
joinArguments
.
add
(
interval_end
);
}
else
{
// interval refers to fact start
whereParts
.
add
(
"f.start_
tim
e BETWEEN ? AND ?"
);
whereParts
.
add
(
"f.start_
dat
e BETWEEN ? AND ?"
);
whereArguments
.
add
(
interval_start
);
whereArguments
.
add
(
interval_end
);
}
...
...
Write
Preview
Markdown
is supported
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