Project

General

Profile

« Previous | Next » 

Revision 7057

log records should be inclusive of fromDate parameter (>=)
https://redmine.dataone.org/issues/2471

View differences:

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