Revision 7057
Added by ben leinfelder almost 13 years ago
src/edu/ucsb/nceas/metacat/EventLog.java | ||
---|---|---|
231 | 231 |
if (clauseAdded) { |
232 | 232 |
query.append(" and "); |
233 | 233 |
} |
234 |
query.append("date_logged > ?"); |
|
234 |
query.append("date_logged >= ?");
|
|
235 | 235 |
clauseAdded = true; |
236 | 236 |
startIndex++; |
237 | 237 |
} |
Also available in: Unified diff
log records should be inclusive of fromDate parameter (>=)
https://redmine.dataone.org/issues/2471