Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
adapt
ace
Commits
77d45953
Commit
77d45953
authored
Mar 31, 2017
by
Michael Ritter
Browse files
Filter out directory entries
parent
081e56e4
Changes
1
Show whitespace changes
Inline
Side-by-side
ace-am/src/main/java/edu/umiacs/ace/stats/SummaryQuery.java
View file @
77d45953
...
...
@@ -74,6 +74,7 @@ public class SummaryQuery {
final
String
MI_JOIN
=
"JOIN ( "
+
" SELECT count(id) AS count, sum(size) AS size, parentcollection_id "
+
" FROM monitored_item "
+
" WHERE directory = 0 "
+
" GROUP BY parentcollection_id) AS m "
+
" ON m.parentcollection_id = c.id "
;
...
...
Michael Ritter
@shake
mentioned in issue
#35 (closed)
·
Apr 03, 2017
mentioned in issue
#35 (closed)
mentioned in issue #35
Toggle commit list
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